Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
runwayml/stable-diffusion-inpainting
diffusers
/
stable-diffusion-xl-inpainting
like
427
Running
on
A10G
App
Files
Files
Community
37
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
)