Hugging Face
Models
Datasets
Spaces
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
evaluate-metric
/
wer
Copied
like
10
Running
App
Files
Files
Community
3
main
wer
/
app.py
lvwerra
HF staff
Update Space (evaluate main: 828c6327)
f21e916
about 1 year ago
raw
history
blame
contribute
delete
No virus
125 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"wer"
)
launch_gradio_widget(module)