Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
evaluate-metric/wer
akki2825
/
accents_unplugged_eval
like
0
Runtime error
App
Files
Files
Community
6717137
accents_unplugged_eval
/
app.py
lvwerra
HF staff
Update Space (evaluate main: 828c6327)
f21e916
over 2 years ago
raw
Copy download link
history
blame
Safe
125 Bytes
import
evaluate
from
evaluate.utils
import
launch_gradio_widget
module = evaluate.load(
"wer"
)
launch_gradio_widget(module)