Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
MartsoBodziu1994/diffusers-image-outpaint
Red1618
/
diffusers-image-outpaint
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Red1618
commited on
Apr 18
Commit
879fb63
·
verified
·
1 Parent(s):
e3140ed
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -453,4 +453,4 @@ with gr.Blocks(css=css) as demo:
453
queue=False
454
)
455
456
-
demo.queue(max_size=12).launch(share=
False
)
453
queue=False
454
)
455
456
+
demo.queue(max_size=12).launch(share=
True
)