Spaces:
Sleeping
Sleeping
kevinwang676
commited on
Commit
•
7d29c5b
1
Parent(s):
eed0b51
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
altair
|
2 |
httpx==0.24.1
|
3 |
scipy
|
4 |
-
|
5 |
transformers
|
6 |
webrtcvad==2.0.10
|
7 |
openai
|
8 |
gradio==3.36.1
|
9 |
ffmpeg-python
|
10 |
librosa==0.9.2
|
11 |
-
pydub
|
|
|
|
1 |
altair
|
2 |
httpx==0.24.1
|
3 |
scipy
|
4 |
+
torch
|
5 |
transformers
|
6 |
webrtcvad==2.0.10
|
7 |
openai
|
8 |
gradio==3.36.1
|
9 |
ffmpeg-python
|
10 |
librosa==0.9.2
|
11 |
+
pydub
|
12 |
+
numpy==1.23.5
|