Toptopito commited on
Commit
1678137
·
1 Parent(s): 212372e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def classify_image(img):
17
  examples = ['unseen_data/NORMAL/NORMAL2-IM-1427-0001.jpeg',
18
  'unseen_data/PNEUMONIA/person1946_bacteria_4874.jpeg',
19
  'unseen_data/NORMAL/NORMAL2-IM-1430-0001.jpeg',
20
- 'unseen_data\PNEUMONIA\person1946_bacteria_4875.jpeg']
21
 
22
  intf = gr.Interface(fn=classify_image, inputs=gr.Image(type='pil'), outputs=gr.Label(), examples=examples)
23
 
 
17
  examples = ['unseen_data/NORMAL/NORMAL2-IM-1427-0001.jpeg',
18
  'unseen_data/PNEUMONIA/person1946_bacteria_4874.jpeg',
19
  'unseen_data/NORMAL/NORMAL2-IM-1430-0001.jpeg',
20
+ 'unseen_data/PNEUMONIA/person1946_bacteria_4875.jpeg']
21
 
22
  intf = gr.Interface(fn=classify_image, inputs=gr.Image(type='pil'), outputs=gr.Label(), examples=examples)
23