accuracy_score / app.py
lvwerra's picture
lvwerra HF staff
Upload 4 files
c94788e
raw
history blame
144 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("sklearn/accuracy_score")
launch_gradio_widget(module)