Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yuanshi
/
OminiControl
like
913
Build error
App
Files
Files
Community
30
Fetching metadata from the HF Docker repository...
deactivate server side rendering to avoid css breaks on mobile
#1
by
fffiloni
- opened
Nov 26, 2024
base:
refs/heads/main
β
from:
refs/pr/1
Discussion
Files changed
+1
-0
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -90,4 +90,5 @@ if __name__ == "__main__":
90
init_pipeline()
91
demo.launch(
92
debug=True,
93
)
90
init_pipeline()
91
demo.launch(
92
debug=True,
93
+
ssr_mode=False
94
)