Neslihan commited on
Commit
d623b9c
β€’
1 Parent(s): 28f6aed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -353,7 +353,8 @@ gr_description = "Contributed by Sofia Minano, Neslihan Wittek, Nirel Kadzo, Vic
353
  # examples = [['data/Macropod.jpg'], ['data/koala2.jpg'],['data/cat.jpg'],['data/BrushtailPossum.jpg']]
354
 
355
  # %%
356
- examples = [['example/monkey_full.jpg', 'full_monkey', False, 0.5, 0.5, 'amiko', 2, 'blue', 1, 'md_v5a']]
 
357
  demo = gr.Interface(predict_pipeline,
358
  inputs=inputs,
359
  outputs=outputs,
 
353
  # examples = [['data/Macropod.jpg'], ['data/koala2.jpg'],['data/cat.jpg'],['data/BrushtailPossum.jpg']]
354
 
355
  # %%
356
+ examples = [['example/monkey_full.jpg', 'full_monkey', False, 0.5, 0.3, 'amiko', 4, 'blue', 2.4, 'md_v5a'],
357
+ ['example/dog.jpeg', 'full_dog', False, 0.5, 0.3, 'amiko', 4, 'yellow', 2.4, 'md_v5a']]
358
  demo = gr.Interface(predict_pipeline,
359
  inputs=inputs,
360
  outputs=outputs,