Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nvidia
/
Cosmos-Predict2
like
9
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Solves 500 error for some users
#1
by
Tonic
- opened
1 day 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
@@ -139,4 +139,4 @@ with gr.Blocks() as demo:
139
)
140
141
if __name__ == "__main__":
142
-
demo.launch()
139
)
140
141
if __name__ == "__main__":
142
+
demo.launch(
ssr_mode=False
)