Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ example_paths = list(pathlib.Path('examples').glob("*/*.jpg"))
|
|
| 50 |
example_list = [[str(filepath)] for filepath in random.sample(example_paths, k=6)]
|
| 51 |
|
| 52 |
|
| 53 |
-
title = '
|
| 54 |
description = 'A [ShuffleNetV2](https://pytorch.org/vision/main/models/shufflenetv2.html) feature extractor computer vision model to classify images of [525 bird species](https://www.kaggle.com/datasets/gpiosenka/100-bird-species/).'
|
| 55 |
article = 'Made with ❤️🤗 by [me](https://www.linkedin.com/in/taufiq-dwi-purnomo/).'
|
| 56 |
|
|
|
|
| 50 |
example_list = [[str(filepath)] for filepath in random.sample(example_paths, k=6)]
|
| 51 |
|
| 52 |
|
| 53 |
+
title = 'Bird Species Classifier 🐦'
|
| 54 |
description = 'A [ShuffleNetV2](https://pytorch.org/vision/main/models/shufflenetv2.html) feature extractor computer vision model to classify images of [525 bird species](https://www.kaggle.com/datasets/gpiosenka/100-bird-species/).'
|
| 55 |
article = 'Made with ❤️🤗 by [me](https://www.linkedin.com/in/taufiq-dwi-purnomo/).'
|
| 56 |
|