Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mgfrantz
/
roc_auc_macro
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9ef4782
roc_auc_macro
/
app.py
mgfrantz
add module default template
9ef4782
over 2 years ago
raw
Copy download link
history
blame
Safe
143 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"mgfrantz/roc_auc_macro"
)
launch_gradio_widget(module)