Priyanshuchaudhary2425 commited on
Commit
1e987b3
1 Parent(s): 1934847

title change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def predict(img) -> Tuple[Dict, float]:
69
 
70
  # Create title, description and article strings
71
  title = "🐶DOG BREED CLASSIFICATION🐶"
72
- description = "A computer vision model to classify different breeds of dogs from image"
73
  article = "Created at [Google Colab](https://colab.research.google.com/drive/1pxA88oSjeoXS4Kt9fKAWIBaHlXwJ0vQr#scrollTo=e7MgaOxqEVJn)."
74
 
75
  example_list = [["examples/" + example] for example in os.listdir("examples")]
 
69
 
70
  # Create title, description and article strings
71
  title = "🐶DOG BREED CLASSIFICATION🐶"
72
+ description = "computer vision model to classify different breeds of dogs from image"
73
  article = "Created at [Google Colab](https://colab.research.google.com/drive/1pxA88oSjeoXS4Kt9fKAWIBaHlXwJ0vQr#scrollTo=e7MgaOxqEVJn)."
74
 
75
  example_list = [["examples/" + example] for example in os.listdir("examples")]