keyboardsage commited on
Commit
56c44d2
·
verified ·
1 Parent(s): 5491a6d

Update app.py

Browse files

Commented out interpretation

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ title = "Pet Breed Classifier"
16
  description = "A pet breed classifier trained on the Oxford Pets dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
17
  article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
18
  examples = ['siamese.jpg']
19
- interpretation='default'
20
  enable_queue=True
21
 
22
  # fix by removing "outputs." and "inputs."
 
16
  description = "A pet breed classifier trained on the Oxford Pets dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
17
  article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
18
  examples = ['siamese.jpg']
19
+ # fix: interpretation='default'
20
  enable_queue=True
21
 
22
  # fix by removing "outputs." and "inputs."