Set `library_name` to `tf-keras`.

#1
by Wauplin HF Staff - opened
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,11 +1,11 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - en
 
 
5
  metrics:
6
  - accuracy
 
7
  tags:
8
  - biology
9
- library_name: keras
10
- pipeline_tag: image-classification
11
- ---
 
1
  ---
 
2
  language:
3
  - en
4
+ library_name: tf-keras
5
+ license: apache-2.0
6
  metrics:
7
  - accuracy
8
+ pipeline_tag: image-classification
9
  tags:
10
  - biology
11
+ ---