ajinkyakolhe112 commited on
Commit
a78c9cf
·
verified ·
1 Parent(s): 4f94c4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -39,6 +39,8 @@ with gr.Blocks(title="Image Classification for 1000 Objects", css=".gradio-conta
39
  with gr.Row():
40
  gr.Examples(['./lion.jpg'] , label='Sample images : Lion', inputs=input_image)
41
  gr.Examples(['./cheetah.jpg'], label='Cheetah' , inputs=input_image)
 
 
42
 
43
  # gr.Interface(fn=predict,
44
  # inputs=gr.Image(type="pil"),
 
39
  with gr.Row():
40
  gr.Examples(['./lion.jpg'] , label='Sample images : Lion', inputs=input_image)
41
  gr.Examples(['./cheetah.jpg'], label='Cheetah' , inputs=input_image)
42
+ gr.Examples(['./eagle.jpg'], label='Eagle' , inputs=input_image)
43
+ gr.Examples(['./indigobird.jpg'], label='Indigo Bird' , inputs=input_image)
44
 
45
  # gr.Interface(fn=predict,
46
  # inputs=gr.Image(type="pil"),