Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
competition_math
like
4
Runtime error
App
Files
Files
Community
2
5bb4b81
competition_math
/
app.py
lvwerra
HF staff
Update Space (evaluate main: 828c6327)
e347d8a
over 2 years ago
raw
Copy download link
history
blame
Safe
138 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"competition_math"
)
launch_gradio_widget(module)