Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Efficient-Large-Model
/
SanaSprint
like
404
Running
on
Zero
App
Files
Files
Community
12
Fetching metadata from the HF Docker repository...
Solves 500 error for some users
#11
by
Tonic
- opened
19 days ago
base:
refs/heads/main
←
from:
refs/pr/11
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -146,4 +146,4 @@ with gr.Blocks(css=css) as demo:
146
outputs = [result, seed]
147
)
148
149
-
demo.launch()
146
outputs = [result, seed]
147
)
148
149
+
demo.launch(
ssr_mode=False
)