Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -4,8 +4,8 @@ tensorflow-probability==0.21.0
|
|
4 |
gradio==4.19.2
|
5 |
gradio-client==0.10.1
|
6 |
huggingface_hub==0.19.3
|
7 |
-
pydantic==
|
8 |
-
typing-extensions
|
9 |
datasets
|
10 |
aiohttp
|
11 |
cryptography
|
@@ -18,6 +18,4 @@ opencv-python-headless
|
|
18 |
librosa
|
19 |
tf-keras
|
20 |
transformers
|
21 |
-
|
22 |
-
numpy==1.23.5
|
23 |
-
gradio==4.19.2
|
|
|
4 |
gradio==4.19.2
|
5 |
gradio-client==0.10.1
|
6 |
huggingface_hub==0.19.3
|
7 |
+
pydantic==1.10.13
|
8 |
+
typing-extensions==4.5.0
|
9 |
datasets
|
10 |
aiohttp
|
11 |
cryptography
|
|
|
18 |
librosa
|
19 |
tf-keras
|
20 |
transformers
|
21 |
+
numpy==1.23.5
|
|
|
|