Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Aye10032
/
loss_metric
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c81d7c7
loss_metric
/
app.py
Aye10032
add module default template
54497de
10 months ago
raw
Copy download link
history
blame
Safe
141 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"Aye10032/loss_metric"
)
launch_gradio_widget(module)