Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
openbmb
/
UltraData-Math-L0-Parser
like
11
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
chuyue
commited on
Jan 26
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
)