Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SO2Base
/
TextSummarizer
like
0
Sleeping
App
Files
Files
Community
SO2Base
commited on
May 26
Commit
61cc485
•
1 Parent(s):
6c6da9e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -38,4 +38,4 @@ demo = gr.Interface(fn=summary,
38
description="This app is used to summarize text"
39
)
40
41
-
demo.launch()
38
description="This app is used to summarize text"
39
)
40
41
+
demo.launch(
share=True
)