ksh-nyp commited on
Commit
19986c0
·
1 Parent(s): f76fde7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,5 +80,5 @@ gr.Interface(fn=predict,
80
  outputs=gr.Image(type="pil"),
81
  title="Custom TF Object Detection: Leopards & Deers",
82
  description="MODEL=ssd_mobilenet_v2_320x320_coco17_tpu-8",
83
- examples=["image1.jpg","image2.jpg","image3.jpg"]
84
  ).launch(share=True)
 
80
  outputs=gr.Image(type="pil"),
81
  title="Custom TF Object Detection: Leopards & Deers",
82
  description="MODEL=ssd_mobilenet_v2_320x320_coco17_tpu-8",
83
+ examples=["image1.jpg","image2.jpg","image3.jpg","image4.jpg"]
84
  ).launch(share=True)