Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
minnehwg
/
youtube-summarizer
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
minnehwg
commited on
Jun 3, 2024
Commit
e2a07a7
·
verified
·
1 Parent(s):
408b0c5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -60,4 +60,4 @@ demo = gr.Interface(
60
)
61
62
63
-
demo.launch(server_name="0.0.0.0", server_port=7860)
60
)
61
62
63
+
demo.launch(server_name="0.0.0.0", server_port=7860
, share=True
)