Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ im = gr.inputs.Image(shape=(512, 512), image_mode='RGB',
|
|
91 |
type="pil")
|
92 |
title = "ConvNeXt for Diabetic Retinopathy Detection"
|
93 |
description = ""
|
94 |
-
examples = [['./noDr.
|
95 |
#article="<p style='text-align: center'><a href='https://github.com/mawady/colab-recipes-cv' target='_blank'>Colab Recipes for Computer Vision - Dr. Mohamed Elawady</a></p>"
|
96 |
iface = gr.Interface(
|
97 |
do_inference,
|
|
|
91 |
type="pil")
|
92 |
title = "ConvNeXt for Diabetic Retinopathy Detection"
|
93 |
description = ""
|
94 |
+
examples = [['./noDr.png'],['./severe.png']]
|
95 |
#article="<p style='text-align: center'><a href='https://github.com/mawady/colab-recipes-cv' target='_blank'>Colab Recipes for Computer Vision - Dr. Mohamed Elawady</a></p>"
|
96 |
iface = gr.Interface(
|
97 |
do_inference,
|