jdelgado2002
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,13 @@ def predict(img):
|
|
31 |
# Gradio Interface
|
32 |
title = "Diabetic Retinopathy Detection"
|
33 |
description = """Detects severity of diabetic retinopathy from a given retina image."""
|
34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
# Prepare examples if available
|
37 |
test_folder = "test"
|
|
|
31 |
# Gradio Interface
|
32 |
title = "Diabetic Retinopathy Detection"
|
33 |
description = """Detects severity of diabetic retinopathy from a given retina image."""
|
34 |
+
|
35 |
+
article = """
|
36 |
+
<p style='text-align: center'>
|
37 |
+
<a href='https://www.kaggle.com/code/josemauriciodelgado/proliferative-retinopathy' target='_blank'>Kaggle Training Notebook</a> |
|
38 |
+
<a href='https://huggingface.co/jdelgado2002/diabetic_retinopathy_detection' target='_blank'>Model Card</a>
|
39 |
+
</p>
|
40 |
+
"""
|
41 |
|
42 |
# Prepare examples if available
|
43 |
test_folder = "test"
|