patel18 commited on
Commit
196151b
·
1 Parent(s): 7e3d02c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -51,10 +51,7 @@ def classify_image_with_inception_net(im):
51
  imagein = gr.inputs.Image()
52
  label = gr.outputs.Label(num_top_classes=3)
53
  sample_images = [
54
- ["monkey.jpg"],
55
- ["sailboat.jpg"],
56
- ["bicycle.jpg"],
57
- ["download.jpg"],
58
  ]
59
 
60
 
 
51
  imagein = gr.inputs.Image()
52
  label = gr.outputs.Label(num_top_classes=3)
53
  sample_images = [
54
+
 
 
 
55
  ]
56
 
57