Spaces:
Paused
Paused
Julian Bilcke
commited on
Commit
·
ac28ec4
1
Parent(s):
56447ca
hide progress for a more seamless transition
Browse files- gradio_tabs/img_edit.py +1 -1
gradio_tabs/img_edit.py
CHANGED
|
@@ -245,7 +245,7 @@ def img_edit(gen, device):
|
|
| 245 |
fn=edit_img,
|
| 246 |
inputs=[image_input] + inputs_s,
|
| 247 |
outputs=[image_output],
|
| 248 |
-
show_progress=
|
| 249 |
)
|
| 250 |
|
| 251 |
edit_btn.click(
|
|
|
|
| 245 |
fn=edit_img,
|
| 246 |
inputs=[image_input] + inputs_s,
|
| 247 |
outputs=[image_output],
|
| 248 |
+
show_progress=False
|
| 249 |
)
|
| 250 |
|
| 251 |
edit_btn.click(
|