Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
xshubhamx
/
multiclass_sensitivity_weighted
like
0
Runtime error
App
Files
Files
Community
92c9f8f
multiclass_sensitivity_weighted
/
app.py
xshubhamx
Upload 3 files
31807ae
verified
7 months ago
raw
Copy download link
history
blame
Safe
162 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"xshubhamx/multiclass_sensitivity_weighted"
)
launch_gradio_widget(module)