Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jclian91
/
llm-math-solver
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jclian91
commited on
Aug 28, 2024
Commit
f491d89
·
verified
·
1 Parent(s):
bf18fd7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -77,4 +77,4 @@ demo = gr.Interface(
77
outputs=gr.Markdown(),
78
)
79
80
-
demo.launch(
server_name="0.0.0.0", server_port=8001, share=True
)
77
outputs=gr.Markdown(),
78
)
79
80
+
demo.launch()