Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hage2000
/
my_metric
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
my_metric
/
app.py
Kewen Zhao
add module default template
a65f060
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
139 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"hage2000/my_metric"
)
launch_gradio_widget(module)