Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xshubhamx
/
multiclass_specificity_weighted
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9976486
multiclass_specificity_weighted
/
app.py
xshubhamx
Create app.py
73fe354
verified
11 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_specificity_weighted"
)
launch_gradio_widget(module)