Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hack
/
test_metric
like
0
Sleeping
App
Files
Files
Community
1
refs/pr/1
test_metric
/
app.py
hack
add module default template
ef07c93
over 2 years ago
raw
Copy download link
history
blame
Safe
137 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"hack/test_metric"
)
launch_gradio_widget(module)