Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -21
requirements.txt
CHANGED
@@ -1,21 +1,9 @@
|
|
1 |
-
transformers
|
2 |
-
torch
|
3 |
-
torchaudio
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
sentencepiece
|
11 |
-
protobuf
|
12 |
-
soundfile>=0.12.1
|
13 |
-
fastapi>=0.104.1
|
14 |
-
uvicorn>=0.24.0
|
15 |
-
python-multipart>=0.0.6
|
16 |
-
websockets>=12.0
|
17 |
-
omegaconf>=2.3.0
|
18 |
-
tqdm>=4.65.0
|
19 |
-
aiortc>=1.5.0
|
20 |
-
av>=10.0.0
|
21 |
-
aiohttp>=3.8.5
|
|
|
1 |
+
transformers
|
2 |
+
torch
|
3 |
+
torchaudio
|
4 |
+
librosa
|
5 |
+
gradio
|
6 |
+
numpy
|
7 |
+
soundfile
|
8 |
+
fastapi
|
9 |
+
python-multipart
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|