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

minor change in text

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -22,9 +22,9 @@ 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,
 
22
 
23
  article="""
24
  <p>License: CC BY 4.0</p><br
25
+ <p><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><a href='https://www.kaggle.com/datasets/paultimothymooney/chest-xray-pneumonia' target='_blank'>Kaggle Dataset</a></p><br>
27
+ <p>Trained using the fast.ai library</p>
28
  """
29
 
30
  intf = gr.Interface(fn=classify_image,