Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ProgramatorVit
/
metamath
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
73c6c1f
metamath
/
app.py
ProgramatorVit
Update app.py
73c6c1f
over 1 year ago
raw
Copy download link
history
blame
Safe
91 Bytes
import
gradio
as
gr
a = gr.Interface.load(
"models/meta-math/MetaMath-7B-V1.0"
)
a.launch()