fffiloni commited on
Commit
edbc703
β€’
1 Parent(s): 0f097d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ with gr.Blocks(css="style.css") as demo:
115
  gr.HTML(article)
116
 
117
  change_out = [manual_cap, caption_output, sound_output]
118
- input_img.change(input_changes, input_img, change_out)
119
 
120
 
121
 
 
115
  gr.HTML(article)
116
 
117
  change_out = [manual_cap, caption_output, sound_output]
118
+ input_img.change(input_changes, input_img, change_out, queue=False)
119
 
120
 
121