Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Techdude01
/
TextSummarizer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Techdude01
commited on
Nov 26, 2024
Commit
738dc38
·
verified
·
1 Parent(s):
3365005
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -50,5 +50,4 @@ demo = gr.Interface(
50
)
51
52
# Launch the Gradio app
53
-
demo.launch(share=True)
54
-
`share=True` in `launch()`.
50
)
51
52
# Launch the Gradio app
53
+
demo.launch(share=True)