Priyanshuchaudhary2425 commited on
Commit
87b6845
1 Parent(s): 1e987b3

update title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def predict(img) -> Tuple[Dict, float]:
68
  ### 4. Gradio app ###
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
 
 
68
  ### 4. Gradio app ###
69
 
70
  # Create title, description and article strings
71
+ title = "🐶DOG BREED CLASSIFICATION APP🐶"
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