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