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 2, 2024
Commit
758e43f
·
verified
·
1 Parent(s):
12c5b62
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -34,7 +34,7 @@ demo = gr.Interface(
34
)
35
36
# Chạy interface
37
-
demo.launch()
38
39
40
34
)
35
36
# Chạy interface
37
+
demo.launch(
share=True
)
38
39
40