Spaces:
Sleeping
Sleeping
Commit
·
98be8c7
1
Parent(s):
a2ebaf0
minor change in text
Browse files
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
|
26 |
-
<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,
|