Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Dnfs
/
awesome_metric
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cf22e33
awesome_metric
/
app.py
Dnfs
add module default template
614c2f5
2 months ago
raw
Copy download link
history
blame
Safe
140 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"Dnfs/awesome_metric"
)
launch_gradio_widget(module)