Eshieh2 commited on
Commit
60cd73a
1 Parent(s): 8ff6eb9

add more test files

Browse files
Files changed (3) hide show
  1. app.py +1 -1
  2. test2.jpg +0 -0
  3. test3.jpg +0 -0
app.py CHANGED
@@ -67,5 +67,5 @@ def classify_image(image):
67
  image = gr.Image(type='pil')
68
  label = gr.Label(num_top_classes=3)
69
 
70
- gr.Interface(fn=classify_image, inputs=image, outputs=label, examples = [["test.jpg"]]).launch()
71
 
 
67
  image = gr.Image(type='pil')
68
  label = gr.Label(num_top_classes=3)
69
 
70
+ gr.Interface(fn=classify_image, inputs=image, outputs=label, examples = [["test.jpg","test2.jpg","test3.jpg"]]).launch()
71
 
test2.jpg ADDED
test3.jpg ADDED