ipchels01 commited on
Commit
d69f8b3
·
verified ·
1 Parent(s): d106ad1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -21,8 +21,6 @@ def predict(img):
21
  # Set up the Gradio interface with relevant information
22
  title = "What's my Pet Breed?"
23
  description = "A pet breed classifier trained on the Oxford Pets dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
24
- #article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
25
- examples = ['cat.jpeg']
26
  interpretation='default'
27
  enable_queue=True
28
 
 
21
  # Set up the Gradio interface with relevant information
22
  title = "What's my Pet Breed?"
23
  description = "A pet breed classifier trained on the Oxford Pets dataset with fastai. Created as a demo for Gradio and HuggingFace Spaces."
 
 
24
  interpretation='default'
25
  enable_queue=True
26