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:
diffusers
/
stable-diffusion-xl-inpainting
like
504
Running
on
Zero
App
Files
Files
Community
46
Fetching metadata from the HF Docker repository...
radames
commited on
Dec 12, 2023
Commit
b521f67
·
1 Parent(s):
6f61941
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -134,4 +134,4 @@ with image_blocks as demo:
134
"""
135
)
136
137
-
image_blocks.queue(max_size=25).launch()
134
"""
135
)
136
137
+
image_blocks.queue(max_size=25
,api_open=False
).launch(
show_api=False
)