osanseviero commited on
Commit
25d400b
·
1 Parent(s): a916a7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -23,5 +23,7 @@ gr.Interface(
23
  gr.inputs.Dropdown(get_model_ids()),
24
  ],
25
  outputs=gr.outputs.Label(num_top_classes=3),
26
- examples=["llama.jpg", "potato.jpg"]
 
 
27
  ).launch()
 
23
  gr.inputs.Dropdown(get_model_ids()),
24
  ],
25
  outputs=gr.outputs.Label(num_top_classes=3),
26
+ examples=[["llama.jpg", "llama-or-potato"],
27
+ ["potato.jpg", "llama-or-potato"],
28
+ ["horse.jpg", "llama-horse-zebra"]]
29
  ).launch()