cmck commited on
Commit
c7df3e6
1 Parent(s): caf2c7e

uggh typos

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def classify_image(img):
13
  return dict(zip(categories, map(float,probs)))
14
 
15
  inp_img = gr.inputs.Image(shape=(200,200))
16
- out_label = gr.outputs.Label(),
17
 
18
  iface = gr.Interface(fn=classify_image,
19
  inputs=inp_img,
 
13
  return dict(zip(categories, map(float,probs)))
14
 
15
  inp_img = gr.inputs.Image(shape=(200,200))
16
+ out_label = gr.outputs.Label()
17
 
18
  iface = gr.Interface(fn=classify_image,
19
  inputs=inp_img,