Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jbilcke-hf/ai-tube-model-adl-2
jbilcke-hf
/
ai-tube-model-adl-3
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jbilcke-hf
HF staff
commited on
Apr 19, 2024
Commit
0e4418a
·
verified
·
1 Parent(s):
863fee8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -160,4 +160,4 @@ with gr.Blocks() as demo:
160
outputs=output_video_base64,
161
)
162
163
-
app
.queue(max_size=12).launch(show_api=True)
160
outputs=output_video_base64,
161
)
162
163
+
demo
.queue(max_size=12).launch(show_api=True)