Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -8,7 +8,7 @@ grpcio==1.57.0
|
|
8 |
grpcio-tools==1.57.0
|
9 |
hydra-core==1.3.2
|
10 |
HyperPyYAML==1.2.2
|
11 |
-
inflect
|
12 |
librosa==0.10.2
|
13 |
lightning==2.2.4
|
14 |
matplotlib==3.7.5
|
@@ -18,7 +18,7 @@ omegaconf==2.3.0
|
|
18 |
onnxruntime-gpu==1.16.0
|
19 |
openai-whisper==20231117
|
20 |
protobuf==4.25
|
21 |
-
pydantic
|
22 |
rich==13.7.1
|
23 |
soundfile==0.12.1
|
24 |
tensorboard==2.14.0
|
|
|
8 |
grpcio-tools==1.57.0
|
9 |
hydra-core==1.3.2
|
10 |
HyperPyYAML==1.2.2
|
11 |
+
inflect #==6.0.2
|
12 |
librosa==0.10.2
|
13 |
lightning==2.2.4
|
14 |
matplotlib==3.7.5
|
|
|
18 |
onnxruntime-gpu==1.16.0
|
19 |
openai-whisper==20231117
|
20 |
protobuf==4.25
|
21 |
+
pydantic #1.10.17
|
22 |
rich==13.7.1
|
23 |
soundfile==0.12.1
|
24 |
tensorboard==2.14.0
|