Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kwai-Kolors
/
Kolors-Character-With-Flux
like
522
Running
App
Files
Files
Community
5
Fixes 500 error for some users
#3
by
Tonic
- opened
7 days ago
base:
refs/heads/main
←
from:
refs/pr/3
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -315,4 +315,4 @@ with gr.Blocks(css=css) as Character:
315
316
317
318
-
Character.queue().launch(debug=True)
315
316
317
318
+
Character.queue().launch(debug=True
, ssr_mode = False
)