Chong-U Lim commited on
Commit
8895221
·
1 Parent(s): 970a523
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def classify_image(img):
14
  return dict(zip(categories, map(float, probs)))
15
 
16
  image = gr.components.Image(height=192, width=192)
17
- label = gr.components.label()
18
 
19
  examples = ['dog.jpg', 'cat.jpg', 'dunno.jpg']
20
 
 
14
  return dict(zip(categories, map(float, probs)))
15
 
16
  image = gr.components.Image(height=192, width=192)
17
+ label = gr.components.Label()
18
 
19
  examples = ['dog.jpg', 'cat.jpg', 'dunno.jpg']
20