Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ def classify_image(img):
|
|
| 11 |
|
| 12 |
image = gr.inputs.Image(shape=(192,192))
|
| 13 |
label = gr.outputs.Label()
|
| 14 |
-
examples = ['stage0.
|
| 15 |
title = 'Diabetic Retinopathy Predictor'
|
| 16 |
description = 'This app predicts diabetic retinopathy, a potentially blinding disease, from color fundus photograms. For reference only.'
|
| 17 |
article = "Author: <a href=\"https://huggingface.co/csanjay\">Sanjay Chandrasekar</a>. "
|
|
|
|
| 11 |
|
| 12 |
image = gr.inputs.Image(shape=(192,192))
|
| 13 |
label = gr.outputs.Label()
|
| 14 |
+
examples = ['stage0.jpeg','stage0_2.jpeg','stage4.jpeg', 'stage4_2.jpeg']
|
| 15 |
title = 'Diabetic Retinopathy Predictor'
|
| 16 |
description = 'This app predicts diabetic retinopathy, a potentially blinding disease, from color fundus photograms. For reference only.'
|
| 17 |
article = "Author: <a href=\"https://huggingface.co/csanjay\">Sanjay Chandrasekar</a>. "
|