Spaces:
Runtime error
Runtime error
Commit ·
cc86586
1
Parent(s): d10c151
Fix transformers version to 4.43.3 to resolve conflict with parler-tts
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -18,7 +18,7 @@ numpy==1.26.4
|
|
| 18 |
parler-tts @ git+https://github.com/huggingface/parler-tts.git@5d0aca9753ab74ded179732f5bd797f7a8c6f8ee
|
| 19 |
torch==2.4.1
|
| 20 |
torchaudio==2.4.1
|
| 21 |
-
transformers==4.
|
| 22 |
webrtcvad==2.0.10
|
| 23 |
Pillow==10.4.0
|
| 24 |
urllib3==2.0.7
|
|
|
|
| 18 |
parler-tts @ git+https://github.com/huggingface/parler-tts.git@5d0aca9753ab74ded179732f5bd797f7a8c6f8ee
|
| 19 |
torch==2.4.1
|
| 20 |
torchaudio==2.4.1
|
| 21 |
+
transformers==4.43.3
|
| 22 |
webrtcvad==2.0.10
|
| 23 |
Pillow==10.4.0
|
| 24 |
urllib3==2.0.7
|