Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = "
|
38 |
-
article = "
|
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 |
|