Spaces:
Running
on
Zero
Running
on
Zero
chong.zhang
commited on
Commit
·
c476198
1
Parent(s):
693c129
update
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
--extra-index-url https://pypi.nvidia.com
|
3 |
--trusted-host pypi.nvidia.com
|
4 |
conformer==0.3.2
|
5 |
-
diffusers
|
6 |
gdown==5.1.0
|
7 |
grpcio==1.57.0
|
8 |
grpcio-tools==1.57.0
|
@@ -18,10 +18,11 @@ omegaconf==2.3.0
|
|
18 |
protobuf==4.25
|
19 |
pydantic==2.7.0
|
20 |
rich==13.7.1
|
|
|
21 |
tensorboard==2.14.0
|
22 |
torch
|
23 |
torchaudio
|
24 |
-
transformers
|
25 |
uvicorn==0.30.0
|
26 |
wget==3.2
|
27 |
WeTextProcessing==1.0.3
|
|
|
2 |
--extra-index-url https://pypi.nvidia.com
|
3 |
--trusted-host pypi.nvidia.com
|
4 |
conformer==0.3.2
|
5 |
+
diffusers
|
6 |
gdown==5.1.0
|
7 |
grpcio==1.57.0
|
8 |
grpcio-tools==1.57.0
|
|
|
18 |
protobuf==4.25
|
19 |
pydantic==2.7.0
|
20 |
rich==13.7.1
|
21 |
+
soundfile==0.12.1
|
22 |
tensorboard==2.14.0
|
23 |
torch
|
24 |
torchaudio
|
25 |
+
transformers==4.40.1
|
26 |
uvicorn==0.30.0
|
27 |
wget==3.2
|
28 |
WeTextProcessing==1.0.3
|