accuracyk / app.py
KevinSpaghetti's picture
add module default template
c56e83f
raw
history blame
145 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("KevinSpaghetti/accuracyk")
launch_gradio_widget(module)