Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yiren98
/
OmniConsistency
like
174
Running
on
Zero
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
Fixes 500 error for some users
#2
by
Tonic
- opened
11 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
@@ -196,4 +196,4 @@ def create_interface():
196
197
if __name__ == "__main__":
198
demo = create_interface()
199
-
demo.launch()
196
197
if __name__ == "__main__":
198
demo = create_interface()
199
+
demo.launch(
ssr_mode=False
)