Set `library_name` to `tf-keras`.

#1
by Wauplin HF staff - opened
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
- license: mit
3
  language:
4
  - en
 
 
5
  metrics:
6
  - accuracy
7
- library_name: keras
8
  pipeline_tag: image-classification
9
  tags:
10
  - ImageClassification
11
  - Keras
12
- ---
 
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
  - ImageClassification
11
  - Keras
12
+ ---