fffiloni commited on
Commit
ba997d7
Β·
1 Parent(s): 1fce406

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
 
116
  gr.HTML(article)
117
 
118
- change_out = [manual_cap, caption_output, sound_output]
119
  input_img.change(input_changes, input_img, change_out, queue=False)
120
 
121
 
 
115
 
116
  gr.HTML(article)
117
 
118
+ change_out = [manual_cap, caption_output, debug]
119
  input_img.change(input_changes, input_img, change_out, queue=False)
120
 
121