Spaces:
Sleeping
Sleeping
Anna Sun
commited on
Commit
•
0537a4b
1
Parent(s):
5e5ecb5
fix simuleval package
Browse files
seamless_server/requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
simuleval==1.1.3
|
2 |
# seamless_communication
|
3 |
./whl/seamless_communication-1.0.0-py3-none-any.whl
|
4 |
Flask==2.1.3
|
@@ -13,10 +12,10 @@ protobuf==4.24.2
|
|
13 |
psola==0.0.1
|
14 |
pydub==0.25.1
|
15 |
silero==0.4.1
|
16 |
-
# simuleval==1.1.1
|
17 |
soundfile==0.11.0
|
18 |
stable_ts==1.4.0
|
19 |
# torch # to be installed by user for desired PyTorch version
|
|
|
20 |
Werkzeug==2.0.3
|
21 |
whisper==1.1.10
|
22 |
colorlog==6.7.0
|
|
|
|
|
1 |
# seamless_communication
|
2 |
./whl/seamless_communication-1.0.0-py3-none-any.whl
|
3 |
Flask==2.1.3
|
|
|
12 |
psola==0.0.1
|
13 |
pydub==0.25.1
|
14 |
silero==0.4.1
|
|
|
15 |
soundfile==0.11.0
|
16 |
stable_ts==1.4.0
|
17 |
# torch # to be installed by user for desired PyTorch version
|
18 |
+
# simuleval # to be installed by seamless_communication
|
19 |
Werkzeug==2.0.3
|
20 |
whisper==1.1.10
|
21 |
colorlog==6.7.0
|