Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Snigs98
/
text-summarization-gui
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Snigs98
commited on
9 days ago
Commit
aa08f67
·
verified
·
1 Parent(s):
8668817
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -22,4 +22,4 @@ iface = gr.Interface(
22
)
23
24
# Launch the GUI
25
-
iface.launch(
share=True
)
22
)
23
24
# Launch the GUI
25
+
iface.launch()