horizon-metrics / app.py
Victoria Oberascher
update app
5b395e2
raw
history blame
No virus
143 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("SEA-AI/horizon-metrics")
launch_gradio_widget(module)