Hexii commited on
Commit
3b531e0
·
1 Parent(s): 3c165c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,8 +34,8 @@ def predict(img):
34
  return pred_labels_and_probs, pred_time
35
 
36
  title = "Cat Breed Classifier Demo 😸"
37
- description = "<p style='text-align: center'>Gradio Demo for Classifying Cat Breeds of these <a href='https://huggingface.co/spaces/Hexii/Cat-Breed-Classifier/blob/main/classes.txt'>12 different types.<a></p>"
38
- article = "<p style='text-align: center'><a href='https://github.com/Mr-Hexi' target='_blank'>GitHub</a></p> "
39
 
40
 
41
 
 
34
  return pred_labels_and_probs, pred_time
35
 
36
  title = "Cat Breed Classifier Demo 😸"
37
+ description = "Gradio Demo for Classifying Cat Breeds of these [12 different types](https://huggingface.co/spaces/Hexii/Cat-Breed-Classifier/blob/main/classes.txt)."
38
+ article = "</br><p style='text-align: center'><a href='https://github.com/Mr-Hexi' target='_blank'>GitHub</a></p> "
39
 
40
 
41