TashiKP commited on
Commit
765e1c7
·
verified ·
1 Parent(s): 1149617

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -42,6 +42,7 @@ interface = gr.Interface(fn=detect_video,
42
  inputs=gr.Video(), # Correct input
43
  outputs="json",
44
  live=True,
 
45
  title="YOLOv5 Video Object Detection",
46
  description="Upload a video to detect objects and get bounding boxes with timestamps.")
47
 
 
42
  inputs=gr.Video(), # Correct input
43
  outputs="json",
44
  live=True,
45
+ share=True,
46
  title="YOLOv5 Video Object Detection",
47
  description="Upload a video to detect objects and get bounding boxes with timestamps.")
48