Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
deepseek-ai
/
JanusFlow-1.3B
like
60
Running
on
Zero
App
Files
Files
Community
3
fixes 500 error for some users
#3
by
Tonic
- opened
about 12 hours 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
@@ -248,4 +248,4 @@ with gr.Blocks() as demo:
248
outputs=image_output
249
)
250
251
-
demo.launch(share=True)
248
outputs=image_output
249
)
250
251
+
demo.launch(share=True
, ssr_mode = False
)