Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
python-telegram-bot==20.3
|
2 |
transformers==4.37.2
|
3 |
-
torch==2.1.2
|
4 |
soundfile==0.12.1
|
5 |
librosa==0.10.1
|
6 |
gunicorn==21.2.0
|
7 |
ffmpeg-python==0.2.0
|
8 |
pydub==0.25.1
|
9 |
-
numpy==1.26.3
|
|
|
|
|
|
1 |
python-telegram-bot==20.3
|
2 |
transformers==4.37.2
|
|
|
3 |
soundfile==0.12.1
|
4 |
librosa==0.10.1
|
5 |
gunicorn==21.2.0
|
6 |
ffmpeg-python==0.2.0
|
7 |
pydub==0.25.1
|
8 |
+
numpy==1.26.3
|
9 |
+
torch==2.1.2+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
|
10 |
+
torchaudio==2.1.2+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
|