Spaces:
Runtime error
Runtime error
Commit
·
b8e3183
1
Parent(s):
3f534ce
Update app.py
Browse files
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.
|
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 |
)
|