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