accuracyk / app.py
KevinSpaghetti's picture
initial commit.
4564a8c
raw
history blame contribute delete
144 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("KevinSpaghetti/accuracyk")
launch_gradio_widget(module)