Spaces:
Runtime error
Runtime error
File size: 146 Bytes
032220c |
1 2 3 4 5 6 |
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("Luluuu/num_exact_match_v2")
launch_gradio_widget(module) |