Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
OzzyGT/diffusers-image-fill
fffiloni
/
diffusers-image-outpaint
like
2.53k
Running
on
Zero
App
Files
Files
Community
47
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
)