victor HF Staff commited on
Commit
c10b43d
·
1 Parent(s): eb2964e

Add torchaudio for audio resampling

Browse files
Files changed (1) hide show
  1. 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.*