Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ostris
/
Flex.1-alpha
like
33
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Fixes 500 error for some users
#1
by
Tonic
- opened
3 days ago
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -136,4 +136,4 @@ with gr.Blocks(css=css) as demo:
136
outputs = [result, seed]
137
)
138
139
-
demo.launch()
136
outputs = [result, seed]
137
)
138
139
+
demo.launch(
ssr_mode=False
)