Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
openbmb
/
UltraData-Math-L0-Parser
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ZhouChuYue
commited on
16 days ago
Commit
5d42049
·
1 Parent(s):
2750d81
fix: disable SSR mode to fix Python 3.13 compatibility
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -519,4 +519,4 @@ with gr.Blocks(title="UltraData Math Parser") as demo:
519
520
521
if __name__ == "__main__":
522
-
demo.launch()
519
520
521
if __name__ == "__main__":
522
+
demo.launch(
ssr_mode=False
)