Set `library_name` to `tf-keras`.

#1
by Wauplin HF Staff - opened
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
 
2
  metrics:
3
  - accuracy
4
- library_name: keras
5
  pipeline_tag: image-classification
6
- ---
 
1
  ---
2
+ library_name: tf-keras
3
  metrics:
4
  - accuracy
 
5
  pipeline_tag: image-classification
6
+ ---