gregarific commited on
Commit
389d87d
1 Parent(s): 083205d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ detection_model = load_model()
127
  tab1 = gr.Interface(fn=predict,
128
  inputs=gr.Image(type="pil"),
129
  outputs=gr.Image(type="pil"),
130
- examples=[["sample1.jpg],["sample2.jpg"],["sample3.jpg"]],
131
  title="Object Detection (WheelChair & Motorized WheelChair)",
132
  description='Model Applied: SSD MobileNet V2 320x320.'
133
  )
 
127
  tab1 = gr.Interface(fn=predict,
128
  inputs=gr.Image(type="pil"),
129
  outputs=gr.Image(type="pil"),
130
+ examples=[["sample1.jpg"],["sample2.jpg"],["sample3.jpg"]],
131
  title="Object Detection (WheelChair & Motorized WheelChair)",
132
  description='Model Applied: SSD MobileNet V2 320x320.'
133
  )