Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Makima57
/
MathSolver
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Makima57
commited on
Sep 23, 2024
Commit
df0cb73
·
verified
·
1 Parent(s):
679b4ae
Upload app.py with huggingface_hub
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -60,5 +60,6 @@ interface = gr.Interface(
60
)
61
62
if __name__ == "__main__":
63
64
60
)
61
62
if __name__ == "__main__":
63
+
interface.launch()
64
65