Spaces:
Running
Running
File size: 240 Bytes
a5e5e5e |
1 2 3 4 5 |
desc = "description goes here"
gr.Interface(detect,
inputs = [gr.Video(format="mp4")],
outputs = gr.Video(format="mp4"),
title="Football Math Analysis with YOLO and OpenCV",description=desc).launch() |