horizon-metrics / app.py
Victoria Oberascher
add module default template
aee59a3
raw
history blame
No virus
142 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("SEA-AI/horizonmetrics")
launch_gradio_widget(module)