Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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. "
|