Spaces:
Running on Zero
Running on Zero
Add torchaudio for audio resampling
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
spaces
|
| 3 |
torch>=2.2.0,<2.5
|
|
|
|
| 4 |
numpy>=1.26,<2.0
|
| 5 |
huggingface_hub>=0.24,<0.26
|
| 6 |
sentencepiece==0.2.*
|
|
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
spaces
|
| 3 |
torch>=2.2.0,<2.5
|
| 4 |
+
torchaudio>=2.2.0,<2.5
|
| 5 |
numpy>=1.26,<2.0
|
| 6 |
huggingface_hub>=0.24,<0.26
|
| 7 |
sentencepiece==0.2.*
|