det-metrics / app.py
franzi2505's picture
add files
f965db0
raw
history blame
143 Bytes
import evaluate
from evaluate.utils import launch_gradio_widget
module = evaluate.load("./detection_metric.py",)
launch_gradio_widget(module)