Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
lvwerra
/
test
like
0
Runtime error
App
Files
Files
Community
ee28154
test
/
app.py
lvwerra
HF staff
add metric default template
429e24a
over 2 years ago
raw
Copy download link
history
blame
Safe
116 Bytes
from
test
import
test
from
evaluate.utils
import
launch_gradio_widget
metric = test()
launch_gradio_widget(metric)