Spaces:
Sleeping
Sleeping
Commit
·
e1b5900
1
Parent(s):
16414e3
Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ tab2 = gr.Interface(
|
|
146 |
inputs=gr.File(label="Upload a Video"),
|
147 |
outputs=gr.File(label="Output Analysis"),
|
148 |
title='Object Detection (WheelChair & Motorized Wheelchair)',
|
149 |
-
examples=["
|
150 |
description='Model Applied: SSD MobileNet V1 FPN 640x640'
|
151 |
)
|
152 |
|
|
|
146 |
inputs=gr.File(label="Upload a Video"),
|
147 |
outputs=gr.File(label="Output Analysis"),
|
148 |
title='Object Detection (WheelChair & Motorized Wheelchair)',
|
149 |
+
examples=["Wheelchair Snippet.mp4"],
|
150 |
description='Model Applied: SSD MobileNet V1 FPN 640x640'
|
151 |
)
|
152 |
|