Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Existance
/
YoutubeVideoViewer
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Existance
commited on
Dec 4, 2023
Commit
3355704
·
1 Parent(s):
0896dbf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -26,4 +26,4 @@ demo = gr.Interface(
26
allow_flagging="never",
27
)
28
29
-
demo.
queue(max_size=2).
launch()
26
allow_flagging="never",
27
)
28
29
+
demo.launch()