Spaces:
Paused
Paused
Commit
·
3d1dc04
1
Parent(s):
12648c9
update requirements
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
-
PyAudio
|
2 |
faster-whisper==0.9.0
|
3 |
websockets
|
4 |
onnxruntime==1.16.0
|
5 |
ffmpeg-python
|
6 |
scipy
|
7 |
-
websocket-client
|
|
|
|
|
|
|
|
|
|
1 |
faster-whisper==0.9.0
|
2 |
websockets
|
3 |
onnxruntime==1.16.0
|
4 |
ffmpeg-python
|
5 |
scipy
|
6 |
+
websocket-client
|
7 |
+
tiktoken==0.3.3
|
8 |
+
kaldialign
|
9 |
+
braceexpand
|