Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
leslyarun
/
fbeta_score
like
1
Running
App
Files
Files
Community
c3c2101
fbeta_score
/
app.py
leslyarun
Update app.py
f2ae8a5
about 2 years ago
raw
Copy download link
history
blame
Safe
142 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"leslyarun/fbeta_score"
)
launch_gradio_widget(module)