Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thesab
/
mochi-1
like
17
Running
on
Zero
App
Files
Files
Community
2
Update app.py
#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
@@ -72,4 +72,4 @@ interface.css = """
72
73
# Launch the application
74
if __name__ == "__main__":
75
-
interface.launch()
72
73
# Launch the application
74
if __name__ == "__main__":
75
+
interface.launch(
ssr_mode=False
)