Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
streamlit
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
accelerate
|
7 |
whisper
|
8 |
TTS
|
9 |
numpy
|
10 |
scipy
|
11 |
-
soundfile
|
12 |
-
pydub
|
|
|
1 |
streamlit
|
2 |
+
torch==2.0.1
|
3 |
+
transformers==4.30.2
|
4 |
+
bitsandbytes==0.41.1
|
5 |
+
accelerate==0.20.3
|
|
|
6 |
whisper
|
7 |
TTS
|
8 |
numpy
|
9 |
scipy
|
10 |
+
soundfile
|
|