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