Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,7 +91,7 @@ interface = gr.Interface(
|
|
| 91 |
fn=process_video,
|
| 92 |
inputs=gr.Video(label="Upload a Video"),
|
| 93 |
outputs="text",
|
| 94 |
-
title="Person Counting
|
| 95 |
description="Upload a video to count the number of unique people using YOLOv8 and DeepSORT."
|
| 96 |
)
|
| 97 |
|
|
|
|
| 91 |
fn=process_video,
|
| 92 |
inputs=gr.Video(label="Upload a Video"),
|
| 93 |
outputs="text",
|
| 94 |
+
title="Person Counting in a Video",
|
| 95 |
description="Upload a video to count the number of unique people using YOLOv8 and DeepSORT."
|
| 96 |
)
|
| 97 |
|