Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
|
|
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
|
10 |
-
torchaudio==2.1.2
|
|
|
1 |
+
huggingface-hub>=0.19.4 # <-- ضروري للتوكن
|
2 |
python-telegram-bot==20.3
|
3 |
transformers==4.37.2
|
4 |
+
torch==2.1.2
|
5 |
soundfile==0.12.1
|
6 |
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
|
|
|
|