Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fffiloni/diffusers-image-outpaint
doevent
/
diffusers-image-outpaint
like
5
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
doevent
commited on
Sep 24, 2024
Commit
c8c473c
·
verified
·
1 Parent(s):
4ab4b6d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -367,4 +367,4 @@ with gr.Blocks(css=css) as demo:
367
)
368
369
370
-
demo.queue(
max_size
=
12
).launch(
share
=
False
)
367
)
368
369
370
+
demo.queue(
default_concurrency_limit
=
10
).launch(
show_error
=
True
)