coval / app.py
lvwerra's picture
lvwerra HF staff
Update Space (evaluate main: 828c6327)
de2d491
raw history blame
No virus
127 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("coval")
launch_gradio_widget(module)