Spaces:
Running
on
L40S
Running
on
L40S
Commit
·
bcafc05
1
Parent(s):
590edb2
up
Browse files- gradio_tabs/img_edit.py +4 -1
gradio_tabs/img_edit.py
CHANGED
@@ -245,7 +245,10 @@ def img_edit(gen, device):
|
|
245 |
fn=edit_img,
|
246 |
inputs=[image_input] + inputs_s,
|
247 |
outputs=[image_output],
|
248 |
-
|
|
|
|
|
|
|
249 |
|
250 |
# currently we have a latency around 450ms
|
251 |
stream_every=0.5
|
|
|
245 |
fn=edit_img,
|
246 |
inputs=[image_input] + inputs_s,
|
247 |
outputs=[image_output],
|
248 |
+
|
249 |
+
show_progress='hidden',
|
250 |
+
|
251 |
+
trigger_mode='always_last',
|
252 |
|
253 |
# currently we have a latency around 450ms
|
254 |
stream_every=0.5
|