Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
accuracy
like
26
Running
App
Files
Files
Community
6
1eb7d3e
accuracy
/
app.py
lvwerra
HF staff
Update Space (evaluate main: 828c6327)
7332944
over 2 years ago
raw
Copy download link
history
blame
Safe
130 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"accuracy"
)
launch_gradio_widget(module)