Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
multimodalart
/
flux-cfg
like
147
Running
on
Zero
App
Files
Files
Community
2
fixes 500 error for some users
#2
by
Tonic
- opened
about 13 hours ago
base:
refs/heads/main
←
from:
refs/pr/2
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -153,4 +153,4 @@ with gr.Blocks(css=css) as demo:
153
outputs = [result, seed]
154
)
155
156
-
demo.queue().launch()
153
outputs = [result, seed]
154
)
155
156
+
demo.queue().launch(
ssr_mode = False
)