AustinL commited on
Commit
29c7e3d
·
verified ·
1 Parent(s): 6755aa3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def classify_img(img):
12
 
13
  image = gr.Image()
14
  labels = gr.Label()
15
- examples = ['Leukemia Cells_allbloodsmear.jpg', 'Healthy Cells_normalbloodsmear.jpg', 'Thalassemia Cells_pathology_thalassemiaminor40x03.jpg']
16
 
17
  intf = gr.Interface(
18
  fn=classify_img,
 
12
 
13
  image = gr.Image()
14
  labels = gr.Label()
15
+ examples = ['Leukemia Cells_allbloodsmear.jpg', 'image_2024-05-28_220024051.png', 'Thalassemia Cells_pathology_thalassemiaminor40x03.jpg']
16
 
17
  intf = gr.Interface(
18
  fn=classify_img,