Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
huggingface-hub==0.22.2
|
2 |
python-telegram-bot==20.3
|
3 |
transformers==4.37.2
|
4 |
torch==2.1.2
|
@@ -7,4 +6,5 @@ librosa==0.10.1
|
|
7 |
gunicorn==21.2.0
|
8 |
ffmpeg-python==0.2.0
|
9 |
pydub==0.25.1
|
10 |
-
numpy==1.26.3
|
|
|
|
|
|
1 |
python-telegram-bot==20.3
|
2 |
transformers==4.37.2
|
3 |
torch==2.1.2
|
|
|
6 |
gunicorn==21.2.0
|
7 |
ffmpeg-python==0.2.0
|
8 |
pydub==0.25.1
|
9 |
+
numpy==1.26.3
|
10 |
+
huggingface-hub==0.22.2
|