Jose M Delgado
commited on
Commit
·
065b1dc
1
Parent(s):
18f9b7a
describing the need to fundus photography
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def predict(img):
|
|
25 |
return {label_descriptions[labels[i]]: float(probs[i]) for i in range(len(labels))}
|
26 |
|
27 |
title = "Diabetic Retinopathy Detection"
|
28 |
-
description = """Detects severity of diabetic retinopathy -
|
29 |
|
30 |
0 - No DR
|
31 |
|
|
|
25 |
return {label_descriptions[labels[i]]: float(probs[i]) for i in range(len(labels))}
|
26 |
|
27 |
title = "Diabetic Retinopathy Detection"
|
28 |
+
description = """Detects severity of diabetic retinopathy from a given retina image taken using fundus photography -
|
29 |
|
30 |
0 - No DR
|
31 |
|