Irpan
video
a5e5e5e
raw
history blame contribute delete
240 Bytes
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()