agatam commited on
Commit
9b68c02
·
1 Parent(s): 7a022c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def classify_image(img):
20
 
21
  # Cell
22
  image = gr.inputs.Image(shape=(192, 192))
23
- label = gr.outputs.label()
24
  examples = ['dog.jpg', 'dog2.jpg', 'test3.jpg', 'test4.jpg', 'test5.jpg']
25
 
26
 
 
20
 
21
  # Cell
22
  image = gr.inputs.Image(shape=(192, 192))
23
+ label = gr.outputs.Label()
24
  examples = ['dog.jpg', 'dog2.jpg', 'test3.jpg', 'test4.jpg', 'test5.jpg']
25
 
26