Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
diffusers/stable-diffusion-xl-inpainting
jbilcke-hf
/
inpainting-api
like
1
Paused
App
Files
Files
Community
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
)