apps_metric / app.py
loubnabnl's picture
loubnabnl HF staff
update metric name
7106653
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("loubnabnl/apps_metric")
launch_gradio_widget(module)