Browse Source

Fix:(req) add torchaudio req (#435)

Stardust·减 1 year ago
parent
commit
024667c4a6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pyproject.toml

+ 2 - 1
pyproject.toml

@@ -40,7 +40,8 @@ dependencies = [
     "faster_whisper",
     "modelscope==1.16.1",
     "funasr==1.1.2",
-    "opencc-python-reimplemented==0.1.7"
+    "opencc-python-reimplemented==0.1.7",
+    "torchaudio"
 ]
 
 [project.optional-dependencies]