Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Cidaut
/
DeMoE
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
alvlar02
commited on
Oct 6, 2025
Commit
70174f3
·
verified
·
1 Parent(s):
f9bf4c1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -95,4 +95,4 @@ demo = gr.Interface(
95
)
96
97
if __name__ == '__main__':
98
-
demo.launch(show_error = True)
95
)
96
97
if __name__ == '__main__':
98
+
demo.launch(show_error = True
, ssr_mode=False
)