Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
advaith2909
/
Smart-Summarizer
like
0
Build error
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
advaith2909
commited on
Dec 1, 2024
Commit
5252d6f
·
verified
·
1 Parent(s):
8029d94
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -137,4 +137,4 @@ interface = gr.Interface(
137
)
138
139
# Launch the Gradio app
140
-
interface.launch(debug=True)
137
)
138
139
# Launch the Gradio app
140
+
interface.launch(debug=True
, share=True
)