tosinolaoye commited on
Commit
406e08b
1 Parent(s): e1d2427

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def classify_image(img):
12
 
13
  image = gr.Image(shape=(192, 192))
14
  label = gr.Label()
15
- examples = ['trucks.jpg','buses.jpg']
16
 
17
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
18
  intf.launch(inline=False)
 
12
 
13
  image = gr.Image(shape=(192, 192))
14
  label = gr.Label()
15
+ examples = ['truck.jpg','bus.jpg']
16
 
17
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
18
  intf.launch(inline=False)