Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,10 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
license: unknown
|
| 11 |
short_description: outputs closest coins to the input, from the coins I own
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 9 |
pinned: false
|
| 10 |
license: unknown
|
| 11 |
short_description: outputs closest coins to the input, from the coins I own
|
| 12 |
+
long_description: For given image of a 2€ coin, this will output 10 coins that the model assumes
|
| 13 |
+
are the closest looking to that image. However it only outputs from coins that
|
| 14 |
+
I already have, meaning I can use this to figure out, whether I already have
|
| 15 |
+
the coin or not.
|
| 16 |
---
|
| 17 |
|
| 18 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|