| 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() |
| 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() |