Spaces:
Sleeping
Sleeping
Commit ·
3f16521
1
Parent(s): 1abc121
Update app.py
Browse files
app.py
CHANGED
|
@@ -140,7 +140,9 @@ tab2 = gr.Interface(
|
|
| 140 |
fn=process_video,
|
| 141 |
inputs=gr.File(label="Upload a Video"),
|
| 142 |
outputs=gr.File(label="Output Analysis"),
|
| 143 |
-
title='
|
|
|
|
|
|
|
| 144 |
)
|
| 145 |
|
| 146 |
|
|
|
|
| 140 |
fn=process_video,
|
| 141 |
inputs=gr.File(label="Upload a Video"),
|
| 142 |
outputs=gr.File(label="Output Analysis"),
|
| 143 |
+
title='Object Detection (WheelChair Type),
|
| 144 |
+
example=[[Wheelchair Snippet.mp4"]],
|
| 145 |
+
description='Model Applied: SSD MobileNet V2 320x320'
|
| 146 |
)
|
| 147 |
|
| 148 |
|