Jackcox343 commited on
Commit
7a364d5
1 Parent(s): 463ec33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def classify_image(img):
31
  image = gr.Image(height=192, width=192)
32
  # label = gr.outputs.Label() # OLD
33
  label = gr.Label()
34
- examples = ['basset.jpg','boxer.jpg','shiba_inu.jpg']
35
 
36
  # Cell
37
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
 
31
  image = gr.Image(height=192, width=192)
32
  # label = gr.outputs.Label() # OLD
33
  label = gr.Label()
34
+ examples = ['basset.jpg','shiba_inu.jpg']
35
 
36
  # Cell
37
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)