Spaces:
Runtime error
Runtime error
oschan77
commited on
Commit
·
dcea233
1
Parent(s):
361fb80
Modify app description
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def predict_single_image(image):
|
|
35 |
return classes_and_probs, inference_time
|
36 |
|
37 |
title = 'AnimalsVision \U0001F413\U0001F418\U0001F411'
|
38 |
-
description = 'A ViT computer vision model to classify images of animals as chicken, elephant or sheep.'
|
39 |
article = 'GitHub Repo: https://github.com/oschan77/AnimalsVision-App'
|
40 |
|
41 |
examples = [['examples/' + example] for example in os.listdir('examples/')]
|
|
|
35 |
return classes_and_probs, inference_time
|
36 |
|
37 |
title = 'AnimalsVision \U0001F413\U0001F418\U0001F411'
|
38 |
+
description = 'A ViT computer vision model to classify images of animals as chicken\U0001F413, elephant\U0001F418 or sheep\U0001F411.'
|
39 |
article = 'GitHub Repo: https://github.com/oschan77/AnimalsVision-App'
|
40 |
|
41 |
examples = [['examples/' + example] for example in os.listdir('examples/')]
|