Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hysts/zeroscope-v2
jbilcke-hf
/
zeroscope-server-1
like
2
Paused
App
Files
Files
Fetching metadata from the HF Docker repository...
jbilcke-hf
HF Staff
commited on
Aug 21, 2023
Commit
1b01686
·
1 Parent(s):
ef13c0a
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()