yolov10
yolov10 copied to clipboard
Added video output support for gradio
Video inputs were accepted, but only a single frame was shown as output in the Gradio interface.
I added:
- A flag for the input type (image/video)
- The display of the output video when the detection is finished.