Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
seemasaharann
/
text-summarizer
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
seemasaharann
commited on
Sep 1, 2024
Commit
b0601d0
·
verified
·
1 Parent(s):
0023667
UserWarning: Setting share=True is not supported on Hugging Face Spaces
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -20,4 +20,4 @@ iface = gr.Interface(
20
)
21
22
# Launch the Gradio app
23
-
iface.launch(
share=True
)
20
)
21
22
# Launch the Gradio app
23
+
iface.launch()