Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lvwerra
/
bary_score
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
85f9580
bary_score
/
app.py
lvwerra
HF staff
add module default template
1e59200
almost 3 years ago
raw
Copy download link
history
blame
Safe
139 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"lvwerra/bary_score"
)
launch_gradio_widget(module)