det-metrics / app.py
kevinconka's picture
Update app.py
eb6539c verified
raw
history blame
139 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("SEA-AI/det-metrics")
launch_gradio_widget(module)