lehmannerich commited on
Commit
a4c58be
·
1 Parent(s): 07d5427

changed typo to input(s)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def classify_image(img):
23
 
24
 
25
  # cell
26
- image = gr.input.Image(shape=(192, 192))
27
  label = gr.outputs.Label()
28
 
29
  iface = gr.Interface(fn=classify_image, inputs=image, outputs=label)
 
23
 
24
 
25
  # cell
26
+ image = gr.inputs.Image(shape=(192, 192))
27
  label = gr.outputs.Label()
28
 
29
  iface = gr.Interface(fn=classify_image, inputs=image, outputs=label)