Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jbilcke-hf/zeroscope-server-1
jbilcke-hf
/
zeroscope-server-3
like
1
Paused
App
Files
Files
Fetching metadata from the HF Docker repository...
jbilcke-hf
HF Staff
commited on
Aug 21, 2023
Commit
01d5d14
·
1 Parent(s):
f9cfa43
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -133,4 +133,4 @@ with gr.Blocks(css='style.css') as demo:
133
inputs=inputs,
134
outputs=result,
135
)
136
-
demo.queue(max_size=
1
).launch()
133
inputs=inputs,
134
outputs=result,
135
)
136
+
demo.queue(max_size=
3
).launch()