Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wenmingface
/
my_metric
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
my_metric
/
app.py
wenming_ma
Add my new, shiny module.
1f921da
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
141 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"wenmingface/my_metric"
)
launch_gradio_widget(module)