Spaces:
Runtime error
Runtime error
File size: 271 Bytes
462a3d8 cff653f 462a3d8 cff653f 7cdadf0 cff653f 7cdadf0 cff653f |
1 2 3 4 5 6 7 8 9 10 11 12 |
from evaluate.utils import launch_gradio_widget
from unidic.unidic import DICDIR, get_version
if get_version(DICDIR) == "0":
from unidic.download import download_version
download_version()
from fugashi_wer import FugashiWER
launch_gradio_widget(FugashiWER())
|