AustinL commited on
Commit
019ad31
·
verified ·
1 Parent(s): 95a0a8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ examples = ['Leukemia Cells_allbloodsmear.jpg', 'Healthy Cells_normalbloodsmear.
19
 
20
  intf = gr.Interface(
21
  fn=classify_img,
22
- inputs=images,
23
  outputs=labels,
24
  examples=examples,
25
  title='Blood Disease Identifier',
 
19
 
20
  intf = gr.Interface(
21
  fn=classify_img,
22
+ inputs=image,
23
  outputs=labels,
24
  examples=examples,
25
  title='Blood Disease Identifier',