samschimek commited on
Commit
ffc8361
1 Parent(s): c9f2a06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def predict(img):
13
  title = "Apple Ripeness Classifier"
14
  description = "Is your apple ripe or rotten? Use this AQCC (apple quality control classifier) trained on web images with fastai."
15
  article = "<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
16
- examples = ['apple-fruit-ripe.jpg','rotten.jpg']
17
 
18
  gr.Interface(
19
  fn=predict,
 
13
  title = "Apple Ripeness Classifier"
14
  description = "Is your apple ripe or rotten? Use this AQCC (apple quality control classifier) trained on web images with fastai."
15
  article = "<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
16
+ examples = ['apple-fruit-ripe.jpg','rotten.jpg','rotting.jpg']
17
 
18
  gr.Interface(
19
  fn=predict,