Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
librosa
|
| 2 |
-
|
| 3 |
gradio
|
| 4 |
-
torch
|
| 5 |
-
torchaudio==2.
|
| 6 |
-
torchcodec
|
| 7 |
spaces
|
| 8 |
accelerate
|
| 9 |
hf_transfer
|
|
|
|
| 1 |
librosa
|
| 2 |
+
git+https://github.com/huggingface/transformers
|
| 3 |
gradio
|
| 4 |
+
torch==2.4.0
|
| 5 |
+
torchaudio==2.4.0
|
|
|
|
| 6 |
spaces
|
| 7 |
accelerate
|
| 8 |
hf_transfer
|