Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
python-telegram-bot==20.3
|
|
|
2 |
torch==2.2.1
|
3 |
soundfile==0.12.1
|
|
|
|
|
4 |
pydub==0.25.1
|
5 |
numpy==1.26.3
|
6 |
huggingface-hub==0.22.2
|
7 |
-
|
8 |
-
TTS==0.22.0
|
9 |
-
noisereduce==0.1.6
|
10 |
-
scipy==1.12.0
|
11 |
-
librosa==0.10.1
|
|
|
1 |
python-telegram-bot==20.3
|
2 |
+
transformers==4.38.2
|
3 |
torch==2.2.1
|
4 |
soundfile==0.12.1
|
5 |
+
librosa==0.10.1
|
6 |
+
ffmpeg-python==0.2.0
|
7 |
pydub==0.25.1
|
8 |
numpy==1.26.3
|
9 |
huggingface-hub==0.22.2
|
10 |
+
accelerate>=0.21.0
|
|
|
|
|
|
|
|