Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
yiren98/OmniConsistency
cpuai
/
OmniConsistency
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cpuai
commited on
26 days ago
Commit
25802c8
·
verified
·
1 Parent(s):
c446470
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -207,4 +207,4 @@ def create_interface():
207
208
if __name__ == "__main__":
209
demo = create_interface()
210
-
demo.launch(ssr_mode=
False
)
207
208
if __name__ == "__main__":
209
demo = create_interface()
210
+
demo.launch(ssr_mode=
True
)