Spaces:
Runtime error
Runtime error
storresbusquets
commited on
Commit
•
2be8bbf
1
Parent(s):
549e47a
Update app.py
Browse files
app.py
CHANGED
@@ -538,7 +538,7 @@ with block as demo:
|
|
538 |
)
|
539 |
btn.click(
|
540 |
gio.from_article,
|
541 |
-
inputs=[
|
542 |
outputs=[summary, keywords, label, wordcloud_image],
|
543 |
)
|
544 |
|
|
|
538 |
)
|
539 |
btn.click(
|
540 |
gio.from_article,
|
541 |
+
inputs=[article],
|
542 |
outputs=[summary, keywords, label, wordcloud_image],
|
543 |
)
|
544 |
|