topk_accuracy / app.py
Helium7's picture
init
acc3357
raw
history blame contribute delete
143 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("helium7/topk_accuracy")
launch_gradio_widget(module)