Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Charles95/element_count
Charles95
/
accuracy
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
accuracy
/
app.py
Charles95
Update app.py
960b9e8
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
129 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"accuracy"
)
launch_gradio_widget(module)