Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
itsanurag
/
YouTube_Video_AI_Assistant
like
9
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
itsanurag
commited on
Mar 29, 2024
Commit
cc15b49
·
verified
·
1 Parent(s):
3ecd838
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -80,4 +80,4 @@ youtube_video_assistant = gr.Interface(
80
)
81
82
# launching the web app
83
-
youtube_video_assistant.launch()
80
)
81
82
# launching the web app
83
+
youtube_video_assistant.launch(
share=True
)