ccmscifair commited on
Commit
d28f057
·
verified ·
1 Parent(s): cca62fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -14,10 +14,10 @@ def predict(img):
14
 
15
  title = "Cornea Ulcer Image Classifier"
16
  description = "Version 1.0. Copyright Colleen Mahr 2025"
17
- article_text = "This machine learning image classifier was trained on publicly available external eye photos \n"
18
  article_text = article_text + "beginning with the ResNet152 (convolutonal neural network) pre-trained foundation."
19
- article_text = article_text + "It is not medical advice. If you have medical concerns, seek professional medical help immediately. \n"
20
- article_text = article_text + "You can upload an external eye photo and it will return an AI prediction of the probability of \n"
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
 
23
  article = article_text
 
14
 
15
  title = "Cornea Ulcer Image Classifier"
16
  description = "Version 1.0. Copyright Colleen Mahr 2025"
17
+ article_text = "This machine learning image classifier was trained on publicly available external eye photos "
18
  article_text = article_text + "beginning with the ResNet152 (convolutonal neural network) pre-trained foundation."
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
 
23
  article = article_text