langurmonkey commited on
Commit
b732f25
·
unverified ·
1 Parent(s): 90b6dac

Nope, still more.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ examples = ['grizzly.jpg', 'teddy.jpg', 'dunno.jpg']
14
 
15
  intf = gr.Interface(
16
  fn=classify_image,
17
- inputs=gr.Image(image_mode='RGB', image_size=(192, 192)),
18
  outputs=gr.Label(),
19
  examples=examples
20
  )
 
14
 
15
  intf = gr.Interface(
16
  fn=classify_image,
17
+ inputs=gr.Image(height=192, width=192),
18
  outputs=gr.Label(),
19
  examples=examples
20
  )