Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Amrrs
/
yt-shorts-video-captioning
like
33
Runtime error
App
Files
Files
Community
3
Amrrs
commited on
Sep 23, 2022
Commit
f0adcff
•
1 Parent(s):
6d65a1d
Enabling queue to avoid connection error
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -69,4 +69,4 @@ with block:
69
</div>
70
''')
71
72
-
block.launch(
debug
= True)
69
</div>
70
''')
71
72
+
block.launch(
enable_queue
= True)