mikachou commited on
Commit
f9c1a57
β€’
1 Parent(s): fbdbc24

change app title

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Dog Breed Detection
3
  emoji: 🐨
4
  colorFrom: blue
5
  colorTo: yellow
 
1
  ---
2
+ title: Dog Breed Identification
3
  emoji: 🐨
4
  colorFrom: blue
5
  colorTo: yellow
app.py CHANGED
@@ -149,7 +149,7 @@ demo = gr.Interface(
149
  'imgs/lassie.jpg',
150
  'imgs/rintintin.jpg'
151
  ],
152
- title="Dog breed detection",
153
  description="The model was trained with [Stanford Dogs Dataset](http://vision.stanford.edu/aditya86/ImageNetDogs/) using tensorflow/keras on a fine-tuned pre-trained InceptionResNetV2 model",
154
  article="You could also drag/drop other examples from [this page](https://www.rdasia.com/pets/can-you-guess-dog-breed-based-its-puppy-picture)")
155
 
 
149
  'imgs/lassie.jpg',
150
  'imgs/rintintin.jpg'
151
  ],
152
+ title="Dog breed identification",
153
  description="The model was trained with [Stanford Dogs Dataset](http://vision.stanford.edu/aditya86/ImageNetDogs/) using tensorflow/keras on a fine-tuned pre-trained InceptionResNetV2 model",
154
  article="You could also drag/drop other examples from [this page](https://www.rdasia.com/pets/can-you-guess-dog-breed-based-its-puppy-picture)")
155