Zakia commited on
Commit
a73316b
·
verified ·
1 Parent(s): f04ae26

Update app.py - added IM-0001-0001.jpeg as an example

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ label = gr.Label()
56
 
57
  # Example images to demonstrate the model's predictions
58
  examples = [
59
- ['NORMAL2-IM-0222-0001.jpeg'],
60
  ['person159_bacteria_747.jpeg'],
61
  ['person1618_virus_2805.jpeg'],
62
  ]
 
56
 
57
  # Example images to demonstrate the model's predictions
58
  examples = [
59
+ ['IM-0001-0001.jpeg'],
60
  ['person159_bacteria_747.jpeg'],
61
  ['person1618_virus_2805.jpeg'],
62
  ]