apps_metric / app.py
loubnabnl's picture
loubnabnl HF staff
add module default template
117da40
raw
history blame
No virus
142 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("loubnabnl/apps-metric")
launch_gradio_widget(module)