Spaces:
Running
Running
Update app.py
Browse files
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 |
|