gregarific commited on
Commit
c138294
1 Parent(s): 9ab0813

Update app.py

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