metric / app.py
Elron's picture
add module default template
5818152
raw
history blame
No virus
133 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("Elron/metric")
launch_gradio_widget(module)