Muhammad Anas Akhtar
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ demo = gr.Interface(
|
|
142 |
outputs=[
|
143 |
gr.Video(label="Processed Video")
|
144 |
],
|
145 |
-
title="
|
146 |
description="""
|
147 |
Upload a video to detect and track objects within it.
|
148 |
The application will process the video and draw bounding boxes around detected objects
|
|
|
142 |
outputs=[
|
143 |
gr.Video(label="Processed Video")
|
144 |
],
|
145 |
+
title="Video Object Detection",
|
146 |
description="""
|
147 |
Upload a video to detect and track objects within it.
|
148 |
The application will process the video and draw bounding boxes around detected objects
|