Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
|
| 2 |
-
tensorflow==2.
|
| 3 |
numpy==1.21.4
|
| 4 |
keras==2.11.0
|
| 5 |
gradio
|
|
|
|
| 1 |
|
| 2 |
+
tensorflow==2.18.0 # or the version you're working with
|
| 3 |
numpy==1.21.4
|
| 4 |
keras==2.11.0
|
| 5 |
gradio
|