Update app.py
Browse files
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"),
|