vfcardenas commited on
Commit
a2ebaf0
·
1 Parent(s): 1de277e

changed texts

Browse files
Files changed (1) hide show
  1. app.py +8 -5
app.py CHANGED
@@ -16,13 +16,16 @@ examples = ['./unseen_data/NORMAL/NORMAL2-IM-1427-0001.jpeg',
16
  './unseen_data/NORMAL/NORMAL2-IM-1430-0001.jpeg',
17
  './unseen_data/PNEUMONIA/person1946_bacteria_4875.jpeg']
18
 
19
- title = 'Pneumonia X-Ray Classifier'
20
 
21
- description = """An X-Ray classifier trained on the Labeled Optical Coherence Tomography (OCT) and Chest X-Ray Images for Classification dataset with fastai.
22
- License: CC BY 4.0
23
- Citation: http://www.cell.com/cell/fulltext/S0092-8674(18)30154-5"""
24
 
25
- article="<p style='text-align: center'><a href='https://www.kaggle.com/datasets/paultimothymooney/chest-xray-pneumonia' target='_blank'>Kaggle Dataset</a></p>"
 
 
 
 
 
26
 
27
  intf = gr.Interface(fn=classify_image,
28
  inputs=gr.Image(type='pil'),
 
16
  './unseen_data/NORMAL/NORMAL2-IM-1430-0001.jpeg',
17
  './unseen_data/PNEUMONIA/person1946_bacteria_4875.jpeg']
18
 
19
+ title = 'Pneumonia Child Chest X-Ray Classifier'
20
 
21
+ description = """An X-Ray classifier trained on the Children Chest X-Ray Images."""
 
 
22
 
23
+ article="""
24
+ <p>License: CC BY 4.0</p><br
25
+ <p style='text-align: center'><a href='http://www.cell.com/cell/fulltext/S0092-8674(18)30154-5' target='_blank'>Citation: Identifying Medical Diagnoses and Treatable Diseases by Image-Based Deep Learning</a></p><br>
26
+ <p style='text-align: center'><a href='https://www.kaggle.com/datasets/paultimothymooney/chest-xray-pneumonia' target='_blank'>Kaggle Dataset</a></p>
27
+ <p>Trained using the fast.ai library
28
+ """
29
 
30
  intf = gr.Interface(fn=classify_image,
31
  inputs=gr.Image(type='pil'),