storresbusquets commited on
Commit
b8e3183
1 Parent(s): 3f534ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -548,7 +548,7 @@ with block as demo:
548
  "Get audio insights 🔎", variant="primary", scale=1
549
  )
550
  btn.click(
551
- gio.from_audio_input,
552
  inputs=[lang, size, article],
553
  outputs=[summary, keywords, label, wordcloud_image],
554
  )
 
548
  "Get audio insights 🔎", variant="primary", scale=1
549
  )
550
  btn.click(
551
+ gio.from_article,
552
  inputs=[lang, size, article],
553
  outputs=[summary, keywords, label, wordcloud_image],
554
  )