Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
| 2 |
torch==2.8.0
|
| 3 |
torchaudio==2.8.0
|
| 4 |
-
transformers
|
| 5 |
accelerate
|
| 6 |
pydub
|
| 7 |
soundfile
|
| 8 |
librosa
|
| 9 |
numpy
|
| 10 |
gradio
|
| 11 |
-
hf_transfer
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
torch==2.8.0
|
| 3 |
torchaudio==2.8.0
|
| 4 |
+
transformers
|
| 5 |
accelerate
|
| 6 |
pydub
|
| 7 |
soundfile
|
| 8 |
librosa
|
| 9 |
numpy
|
| 10 |
gradio
|
| 11 |
+
hf_transfer
|