Spaces:
Runtime error
Runtime error
Commit ·
e41b1a5
1
Parent(s): 10e33c0
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,4 +47,4 @@ with gradio.Blocks(theme = 'gradio/monochrome', title = 'Keyword clustering Demo
|
|
| 47 |
outputs=[output_sec, output_dep, output_other, output_keybert, output_tags_identified])
|
| 48 |
|
| 49 |
#keyword_cluster_demo.queue().launch(share=True,debug =True, show_error =True)
|
| 50 |
-
keyword_cluster_demo.queue().launch(
|
|
|
|
| 47 |
outputs=[output_sec, output_dep, output_other, output_keybert, output_tags_identified])
|
| 48 |
|
| 49 |
#keyword_cluster_demo.queue().launch(share=True,debug =True, show_error =True)
|
| 50 |
+
keyword_cluster_demo.queue().launch()
|