Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -4,4 +4,5 @@ edge-tts==7.0.0
|
|
| 4 |
python-dotenv
|
| 5 |
ffmpeg-python
|
| 6 |
pydub
|
| 7 |
-
torch==2.3.0 --extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
|
|
|
| 4 |
python-dotenv
|
| 5 |
ffmpeg-python
|
| 6 |
pydub
|
| 7 |
+
torch==2.3.0 --extra-index-url https://download.pytorch.org/whl/cpu
|
| 8 |
+
transformers==4.41.0 # ¡Añadido para resolver el error!
|