Jose M Delgado commited on
Commit
7b2689f
1 Parent(s): e2f6cfc

updating title to reflect diabetic

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def predict(img):
24
  # Use the label_descriptions dictionary to return descriptions instead of numbers
25
  return {label_descriptions[labels[i]]: float(probs[i]) for i in range(len(labels))}
26
 
27
- title = "Proliferative Retinopathy Detection"
28
  description = """Detects severity of diabetic retinopathy -
29
 
30
  0 - No DR
 
24
  # Use the label_descriptions dictionary to return descriptions instead of numbers
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