Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
primecai
/
diffusion-self-distillation
like
192
Running
on
Zero
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Fixes 500 error for some users
#2
by
Tonic
- opened
Mar 10
base:
refs/heads/main
←
from:
refs/pr/2
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -173,4 +173,4 @@ with demo:
173
)
174
175
if __name__ == "__main__":
176
-
demo.launch(debug=False, share=True)
173
)
174
175
if __name__ == "__main__":
176
+
demo.launch(debug=False, share=True
, ssr_mode=False
)