Update README.md
Browse files
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", "
|
| 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:
|