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