gregarific commited on
Commit
e1b5900
1 Parent(s): 16414e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=["WheelChair Snippet.mp4"],
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