Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
diffusers/stable-diffusion-xl-inpainting
williamberman
/
stable-diffusion-xl-inpainting
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
williamberman
commited on
Oct 6, 2023
Commit
91fa361
·
1 Parent(s):
bde23cb
remove share
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -163,4 +163,4 @@ with image_blocks as demo:
163
"""
164
)
165
166
-
image_blocks.queue(max_size=25).launch(
share=True
)
163
"""
164
)
165
166
+
image_blocks.queue(max_size=25).launch()