Luigi commited on
Commit
1a23ac4
·
1 Parent(s): 5643c95

use newer funasr to fix “stack expects a non-empty TensorList” error

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -6,7 +6,7 @@ torch>=2.0.0
6
  transformers>=4.35.0
7
 
8
  # FunASR SenseVoice
9
- funasr>=0.6.4
10
 
11
  # Audio handling
12
  pydub>=0.25.1
 
6
  transformers>=4.35.0
7
 
8
  # FunASR SenseVoice
9
+ funasr>=1.0.14
10
 
11
  # Audio handling
12
  pydub>=0.25.1