Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
evaluate-metric/f1
florentgbelidji
/
f1
like
0
Sleeping
App
Files
Files
Community
main
f1
/
app.py
lvwerra
HF staff
Update Space (evaluate main: 828c6327)
0275df4
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
124 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"f1"
)
launch_gradio_widget(module)