Arman511 commited on
Commit
f9e4c51
·
1 Parent(s): 589340b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def classify_image(img):
15
  return dict(zip(categories,map(float,probs)))
16
 
17
 
18
- classify_image(im)
19
 
20
  image = gr.inputs.Image(shape=(192,192))
21
  label= gr.outputs.Label()
 
15
  return dict(zip(categories,map(float,probs)))
16
 
17
 
18
+
19
 
20
  image = gr.inputs.Image(shape=(192,192))
21
  label= gr.outputs.Label()