Hugging Face
Models
Datasets
Spaces
Buckets
new
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...
Prime Cai
commited on
Mar 5, 2025
Commit
c9f3833
·
1 Parent(s):
eadb916
fix dynamic gpu
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -163,4 +163,4 @@ with demo:
163
)
164
165
if __name__ == "__main__":
166
-
demo.launch(debug=False)
163
)
164
165
if __name__ == "__main__":
166
+
demo.launch(debug=False
, ssr_mode=False
)