storresbusquets commited on
Commit
88c56eb
1 Parent(s): 374286c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ with block as demo:
142
  with gr.Row().style(equal_height=True):
143
  clear = gr.ClearButton([text], scale=1)
144
  btn = gr.Button("Get video insights", variant='primary', scale=1) # Updated button label
145
- btn.click(gio.from_audio_input, inputs=[lang, size, audio_file], outputs=[text, summary, keywords, label, wordcloud])
146
 
147
 
148
  with block:
 
142
  with gr.Row().style(equal_height=True):
143
  clear = gr.ClearButton([text], scale=1)
144
  btn = gr.Button("Get video insights", variant='primary', scale=1) # Updated button label
145
+ btn.click(gio.from_audio_input, inputs=[lang, size, audio_file], outputs=[text, summary, keywords, label, wordcloud_image])
146
 
147
 
148
  with block: