Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
multimodalart/flux-outpainting
multimodalart
/
flux-fill-outpaint
like
791
Running
on
Zero
App
Files
Files
Community
12
Fetching metadata from the HF Docker repository...
Fixes 500 error for some users
#1
by
Tonic
- opened
Dec 2, 2024
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -375,4 +375,4 @@ with gr.Blocks(css=css) as demo:
375
queue=False
376
)
377
378
-
demo.queue(max_size=12).launch(share=False)
375
queue=False
376
)
377
378
+
demo.queue(max_size=12).launch(share=False
, ssr_mode=False
)