Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
|
|
1 |
torch==2.1.2
|
2 |
numpy==1.22.0
|
3 |
huggingface_hub==0.20.3
|
4 |
-
scipy==1.11.2
|
5 |
transformers==4.36.2
|
6 |
-
vosk==0.3.45
|
7 |
-
pyaudio==0.2.14
|
8 |
sounddevice==0.4.6
|
9 |
-
TTS==0.22.0
|
|
|
|
1 |
+
streamlit==1.29.0
|
2 |
torch==2.1.2
|
3 |
numpy==1.22.0
|
4 |
huggingface_hub==0.20.3
|
|
|
5 |
transformers==4.36.2
|
|
|
|
|
6 |
sounddevice==0.4.6
|
7 |
+
TTS==0.22.0
|
8 |
+
pyaudio==0.2.14
|