AustinL commited on
Commit
3e49080
·
verified ·
1 Parent(s): fda0273

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ labels = gr.Label()
18
  examples = ['Leukemia Cells_allbloodsmear.jpg', 'Healthy Cells_normalbloodsmear.jpg', 'Thalassemia Cells_pathology_thalassemiaminor40x03.jpg']
19
 
20
  intf = gr.Interface(
21
- fn=classify_image,
22
  inputs=image,
23
  outputs=label,
24
  examples=examples,
 
18
  examples = ['Leukemia Cells_allbloodsmear.jpg', 'Healthy Cells_normalbloodsmear.jpg', 'Thalassemia Cells_pathology_thalassemiaminor40x03.jpg']
19
 
20
  intf = gr.Interface(
21
+ fn=classify_img,
22
  inputs=image,
23
  outputs=label,
24
  examples=examples,