app.py 130 Bytes
Newer Older
hepj's avatar
hepj committed
1
2
3
4
5
6
import evaluate
from evaluate.utils import launch_gradio_widget


module = evaluate.load("squad_v2")
launch_gradio_widget(module)