sharktide commited on
Commit
0fd04e3
·
verified ·
1 Parent(s): 81948de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ Then download the model: (You only have to do this once unless you want to updat
34
 
35
  ```python
36
  import tensorflowtools
37
- tensorflowtools.hftools.download_model_from_huggingface("sharktide", "recyclebot0", "sharktide/recyclebot0")
38
  ```
39
 
40
  Now, to load the model in code all you have to do is this:
 
34
 
35
  ```python
36
  import tensorflowtools
37
+ tensorflowtools.hftools.download_model_from_huggingface("sharktide", "recyclebot0", "tf_model.h5")
38
  ```
39
 
40
  Now, to load the model in code all you have to do is this: