AlhitawiMohammed22's picture
create gradio app CER,WER&Acc
f959a75
raw
history blame
123 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("cer")
launch_gradio_widget(module)