Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
multimodalart/flux-lora-the-explorer
multimodalart
/
flux-lora-lab
like
417
Running
on
Zero
App
Files
Files
Community
7
fixes 500 error for some users
#7
by
Tonic
- opened
about 14 hours ago
base:
refs/heads/main
←
from:
refs/pr/7
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -583,4 +583,4 @@ with gr.Blocks(css=css, delete_cache=(60, 60)) as app:
583
)
584
585
app.queue()
586
-
app.launch()
583
)
584
585
app.queue()
586
+
app.launch(
ssr_mode = False
)