Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
gradio==3.39.0
|
2 |
-
tensorflow
|
3 |
-
Pillow
|
4 |
numpy>=1.23.5,<2.0.0
|
|
|
|
|
|
|
|
1 |
gradio==3.39.0
|
2 |
+
tensorflow>=2.14.0,<3.0.0
|
3 |
+
Pillow>=9.3.0,<10.0.0
|
4 |
numpy>=1.23.5,<2.0.0
|
5 |
+
pydub
|
6 |
+
orjson~=3.0
|
7 |
+
|