cocoevaluate / app.py
Younes Belkada
add module default template
b94117b
raw history blame
No virus
142 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("ybelkada/cocoevaluate")
launch_gradio_widget(module)