Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mayankchugh-learning
/
YouTubeSummarizer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mayankchugh-learning
commited on
May 15, 2024
Commit
28ae61c
·
verified
·
1 Parent(s):
9b16097
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -40,4 +40,4 @@ iface = gr.Interface(
40
)
41
42
# Launch the Gradio interface
43
-
iface.launch()
40
)
41
42
# Launch the Gradio interface
43
+
iface.launch(
share=False
)