Neslihan commited on
Commit
a0cb551
β€’
1 Parent(s): 59ed1be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -353,12 +353,13 @@ 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']]
357
  demo = gr.Interface(predict_pipeline,
358
  inputs=inputs,
359
  outputs=outputs,
360
  title=gr_title,
361
  description=gr_description,
 
362
  theme="huggingface",
363
  #live=True
364
  )
 
353
  # examples = [['data/Macropod.jpg'], ['data/koala2.jpg'],['data/cat.jpg'],['data/BrushtailPossum.jpg']]
354
 
355
  # %%
356
+ examples = [['example/monkey_full.jpg', 'model/DLC_monkey_resnet_50_iteration-0_shuffle-1', False, 0.5, 0.5, None, None, None, None]]
357
  demo = gr.Interface(predict_pipeline,
358
  inputs=inputs,
359
  outputs=outputs,
360
  title=gr_title,
361
  description=gr_description,
362
+ examples = examples,
363
  theme="huggingface",
364
  #live=True
365
  )