fffiloni commited on
Commit
3e7a6f1
β€’
1 Parent(s): 8e35aef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ with gr.Blocks(css="style.css") as demo:
120
 
121
  gr.HTML(article)
122
 
123
- change_out = [manual_cap, caption_output, debug]
124
  input_img.change(input_changes, input_img, change_out, queue=False)
125
 
126
 
 
120
 
121
  gr.HTML(article)
122
 
123
+ change_out = [manual_cap, caption_output, sound_output]
124
  input_img.change(input_changes, input_img, change_out, queue=False)
125
 
126