jdelgado2002 commited on
Commit
567adb4
·
verified ·
1 Parent(s): e396781

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
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
- article = "<p style='text-align: center'>Example article or instructions here</p>"
 
 
 
 
 
 
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"