ccaglieri commited on
Commit
737fde0
·
1 Parent(s): c190724

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.jpg'],['./severe.jpg']]
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,