Update app.py
Browse files
app.py
CHANGED
@@ -74,5 +74,5 @@ gr.Interface(
|
|
74 |
gr.Text(label="Prediction")
|
75 |
],
|
76 |
title="Diabetic Retinopathy Detection",
|
77 |
-
description="Upload a retinal image to classify DR and view Grad-CAM heatmap.
|
78 |
).launch()
|
|
|
74 |
gr.Text(label="Prediction")
|
75 |
],
|
76 |
title="Diabetic Retinopathy Detection",
|
77 |
+
description="Upload a retinal image to classify DR and view Grad-CAM heatmap."
|
78 |
).launch()
|