jha2ee commited on
Commit
497d3e6
·
1 Parent(s): fa42e7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ description = "A pet breed classifier trained on the Oxford Pets dataset with fa
17
  "and HuggingFace Spaces. "
18
  article = "<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' " \
19
  "target='_blank'>Blog post</a></p> "
20
- examples = ['sample.jpg']
21
  interpretation = 'default'
22
  enable_queue = True
23
 
 
17
  "and HuggingFace Spaces. "
18
  article = "<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' " \
19
  "target='_blank'>Blog post</a></p> "
20
+ examples = ['sample.jpeg']
21
  interpretation = 'default'
22
  enable_queue = True
23