Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,10 +19,10 @@ article_text = article_text + "beginning with the ResNet152 (convolutonal neura
|
|
19 |
article_text = article_text + "It is not medical advice. If you have medical concerns, seek professional medical help immediately. "
|
20 |
article_text = article_text + "You can upload an external eye photo and it will return an AI prediction of the probability of "
|
21 |
article_text = article_text + "a corneal ulcer being present. This AI cornea ulcer classifier has 97% accuracy on both training and previously unseen test images."
|
22 |
-
article_text = article_text + "Below are links to additional information about corneal ulcers:
|
23 |
-
article_text = article_text + "www.aao.org/eye-health/diseases/corneal-ulcer
|
24 |
-
article_text = article_text + "my.clevelandclinic.org/health/diseases/22524-corneal-ulcer
|
25 |
-
article_text = article_text + "www.pennmedicine.org/for-patients-and-visitors/patient-information/conditions-treated-a-to-z/corneal-ulcer
|
26 |
|
27 |
article = article_text
|
28 |
examples = ['examplecorneaulcer.jpeg','exampleconjunctivitisnocorneaulcer.jpeg','examplenormaleye.jpeg']
|
|
|
19 |
article_text = article_text + "It is not medical advice. If you have medical concerns, seek professional medical help immediately. "
|
20 |
article_text = article_text + "You can upload an external eye photo and it will return an AI prediction of the probability of "
|
21 |
article_text = article_text + "a corneal ulcer being present. This AI cornea ulcer classifier has 97% accuracy on both training and previously unseen test images."
|
22 |
+
article_text = article_text + "Below are links to additional information about corneal ulcers: "
|
23 |
+
article_text = article_text + "www.aao.org/eye-health/diseases/corneal-ulcer "
|
24 |
+
article_text = article_text + "my.clevelandclinic.org/health/diseases/22524-corneal-ulcer "
|
25 |
+
article_text = article_text + "www.pennmedicine.org/for-patients-and-visitors/patient-information/conditions-treated-a-to-z/corneal-ulcer"
|
26 |
|
27 |
article = article_text
|
28 |
examples = ['examplecorneaulcer.jpeg','exampleconjunctivitisnocorneaulcer.jpeg','examplenormaleye.jpeg']
|