ccmscifair commited on
Commit
e6bbb19
·
verified ·
1 Parent(s): 7b1d15e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def predict(img):
13
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
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 convolutional neural network (https://arxiv.org/abs/1512.03385) pre-trained foundation."
19
  article_text = article_text + "It is not medical advice. If you have medical concerns, seek professional medical help immediately. "
 
13
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
14
 
15
  title = "Cornea Ulcer Image Classifier"
16
+ description = "Version 1.0. Copyright Colleen Mahr 2025 - Rochester, MN STEM Fair"
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 convolutional neural network (https://arxiv.org/abs/1512.03385) pre-trained foundation."
19
  article_text = article_text + "It is not medical advice. If you have medical concerns, seek professional medical help immediately. "