Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sashank812
/
multi-document-summarization
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sashank812
commited on
5 days ago
Commit
b6fc257
·
verified
·
1 Parent(s):
489f9ad
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -405,4 +405,4 @@ with gr.Blocks() as demo:
405
outputs=[summary_output, tfidf, dendro, tsne, wordcloud],
406
)
407
408
-
demo.launch()
405
outputs=[summary_output, tfidf, dendro, tsne, wordcloud],
406
)
407
408
+
demo.launch(
share=True
)