jbilcke-hf HF Staff commited on
Commit
bcafc05
·
1 Parent(s): 590edb2
Files changed (1) hide show
  1. 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
- show_progress=False,
 
 
 
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