Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hysts/ControlNet
fffiloni
/
ControlNet-Video
like
431
Paused
App
Files
Files
Community
54
Fetching metadata from the HF Docker repository...
akhaliq
HF staff
commited on
Feb 20, 2023
Commit
0174020
·
1 Parent(s):
4e7412f
fix queue issue
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -241,4 +241,4 @@ with gr.Blocks(css='style.css') as demo:
241
242
243
244
-
demo.
launch().
queue(max_size=12)
241
242
243
244
+
demo.queue(max_size=12)
.launch()