exact_match / app.py
lvwerra's picture
lvwerra HF staff
Update Space (evaluate main: 828c6327)
241fc76
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("exact_match")
launch_gradio_widget(module)