Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fffiloni/diffusers-image-outpaint
aiqcamp
/
imagemagic
like
65
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fffiloni
commited on
Sep 21, 2024
Commit
ad4dbe6
·
verified
·
1 Parent(s):
d03bc23
managing the queue
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -236,4 +236,4 @@ with gr.Blocks(css=css) as demo:
236
outputs=result,
237
)
238
239
-
demo.launch(share=False)
236
outputs=result,
237
)
238
239
+
demo.
queue(max_size=12).
launch(share=False
, show_error=True, show_api=False
)