Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
fffiloni/diffusers-image-outpaint
Wilson3
/
diffusers-image-outpaint
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fffiloni
commited on
18 days ago
Commit
bffae33
Β·
verified
Β·
1 Parent(s):
9ba2339
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=False
, show_error=True, ssr_mode=False
)