Divyasreepat
commited on
Commit
•
83256cf
1
Parent(s):
5f376ce
Update README.md with new model card content
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ Keras and KerasHub can be installed with:
|
|
19 |
|
20 |
```
|
21 |
pip install -U -q keras-hub
|
22 |
-
pip install -U -q keras
|
23 |
```
|
24 |
|
25 |
Jax, TensorFlow, and Torch come preinstalled in Kaggle Notebooks. For instruction on installing them in another environment see the [Keras Getting Started](https://keras.io/getting_started/) page.
|
|
|
19 |
|
20 |
```
|
21 |
pip install -U -q keras-hub
|
22 |
+
pip install -U -q keras>=3
|
23 |
```
|
24 |
|
25 |
Jax, TensorFlow, and Torch come preinstalled in Kaggle Notebooks. For instruction on installing them in another environment see the [Keras Getting Started](https://keras.io/getting_started/) page.
|