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