dvk65 commited on
Commit
cc45a67
·
1 Parent(s): 611e73e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ Original dataset: [`dvk65/TrashTypes`](https://huggingface.co/dvk65/TrashTypes)
25
 
26
  ```python
27
  from huggingface_hub import hf_hub_download
28
- import tensorflow as tf
29
 
30
  REPO_ID = "dvk65/trash-classifier-resnet50"
31
  FILENAME = "trashclassify_13.keras"
 
25
 
26
  ```python
27
  from huggingface_hub import hf_hub_download
28
+ import tensorflow as tf # tensorflow version above 2.20.0
29
 
30
  REPO_ID = "dvk65/trash-classifier-resnet50"
31
  FILENAME = "trashclassify_13.keras"