Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rizavelioglu
/
vae-comparison
like
35
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
4 days ago
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
@@ -198,4 +198,4 @@ with gr.Blocks(title="VAE Performance Tester", css=".monospace-text {font-family
198
)
199
200
if __name__ == "__main__":
201
-
demo.launch()
198
)
199
200
if __name__ == "__main__":
201
+
demo.launch(
ssr_mode=False
)