use newer funasr to fix “stack expects a non-empty TensorList” error
Browse files- 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.
|
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
|