samjeffcoat commited on
Commit
2860f02
1 Parent(s): d24c631

updated file names

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def classify_image(img):
13
  title = "Oklahoma Snake Classifier"
14
  description = "A snake classifier trained on pictures of Oklahoma Snakes dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
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 = ['cottonmouth.jpg', 'rattlesnake.jpeg']
17
  interpretation='default'
18
  enable_queue=True
19
  image = gr.inputs.Image(shape=(192, 192))
 
13
  title = "Oklahoma Snake Classifier"
14
  description = "A snake classifier trained on pictures of Oklahoma Snakes dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
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 = ['cottonmouth.jpeg', 'rattlesnake.jpg']
17
  interpretation='default'
18
  enable_queue=True
19
  image = gr.inputs.Image(shape=(192, 192))