csanjay commited on
Commit
38d08e8
1 Parent(s): b80bc1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.png','stage0_2.png','stage4.png', 'stage4_2.png']
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>. "