bleu_1234 / app.py
fnvls's picture
add share config app
789fc01
raw
history blame
136 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("fnvls/bleu_1234")
launch_gradio_widget(module)