Set `library_name` to `tf-keras`.
Browse filesModel 'alifalhasan/epl-top5-emblem-classifier' seems to be compatible only with "Keras 2" and not "Keras 3". To distinguish them, models compatible with legacy Keras 2.x should be tagged as `tf-keras` while models compatible with Keras 3.x are tagged as `keras`.
This PR updates the model card to replace the explicit `library_name: keras` metadata which is now outdated by `library_name: tf-keras`. Updating this metadata will facilitate its discoverability and usage.
For more information about `keras` and `tf-keras` library names, check out this pull request: https://github.com/huggingface/huggingface.js/pull/774.
README.md
CHANGED
@@ -1,15 +1,11 @@
|
|
1 |
---
|
2 |
-
title: EPL Top 5 Emblem Classifier
|
3 |
-
emoji: π
|
4 |
-
colorFrom: blue
|
5 |
-
colorTo: purple
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version: 4.12.0
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
-
license: mit
|
11 |
language:
|
12 |
- en
|
|
|
|
|
|
|
|
|
|
|
13 |
tags:
|
14 |
- sports
|
15 |
- soccer
|
@@ -20,10 +16,14 @@ tags:
|
|
20 |
- man city
|
21 |
- man united
|
22 |
- image-classification
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
# Model Card
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
library_name: tf-keras
|
5 |
+
license: mit
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
pipeline_tag: image-classification
|
9 |
tags:
|
10 |
- sports
|
11 |
- soccer
|
|
|
16 |
- man city
|
17 |
- man united
|
18 |
- image-classification
|
19 |
+
title: EPL Top 5 Emblem Classifier
|
20 |
+
emoji: π
|
21 |
+
colorFrom: blue
|
22 |
+
colorTo: purple
|
23 |
+
sdk: gradio
|
24 |
+
sdk_version: 4.12.0
|
25 |
+
app_file: app.py
|
26 |
+
pinned: false
|
27 |
---
|
28 |
|
29 |
# Model Card
|