Spaces:
Build error
Build error
philippemos
commited on
Commit
·
695f284
1
Parent(s):
4ba35bc
update speech brain version
Browse files- requirements.txt +2 -2
- utils/text_utils.py +1 -1
requirements.txt
CHANGED
@@ -7,9 +7,9 @@ scipy==1.8.1
|
|
7 |
audiomentations==0.25.1
|
8 |
pydub==0.25.1
|
9 |
https://github.com/pyannote/pyannote-audio/archive/develop.zip
|
10 |
-
speechbrain==0.5.
|
11 |
wget==3.2
|
12 |
unidecode==1.3.4
|
13 |
huggingface_hub==0.7
|
14 |
torchaudio -f https://download.pytorch.org/whl/torch_stable.html
|
15 |
-
git+https://github.com/NVIDIA/NeMo.git@main#egg=nemo_toolkit[asr]
|
|
|
7 |
audiomentations==0.25.1
|
8 |
pydub==0.25.1
|
9 |
https://github.com/pyannote/pyannote-audio/archive/develop.zip
|
10 |
+
speechbrain==0.5.12
|
11 |
wget==3.2
|
12 |
unidecode==1.3.4
|
13 |
huggingface_hub==0.7
|
14 |
torchaudio -f https://download.pytorch.org/whl/torch_stable.html
|
15 |
+
git+https://github.com/NVIDIA/NeMo.git@main#egg=nemo_toolkit[asr]
|
utils/text_utils.py
CHANGED
@@ -19,7 +19,7 @@ def intro_container():
|
|
19 |
' segments associated with each individual has become a crucial part of understanding '
|
20 |
'speech data.')
|
21 |
container.markdown(
|
22 |
-
'In this blog post, we will take a look at different open source frameworks for'
|
23 |
'speaker diarization and provide you with a guide to pick the most suited '
|
24 |
'one for your use case.')
|
25 |
|
|
|
19 |
' segments associated with each individual has become a crucial part of understanding '
|
20 |
'speech data.')
|
21 |
container.markdown(
|
22 |
+
'In this blog post, we will take a look at different open source frameworks for '
|
23 |
'speaker diarization and provide you with a guide to pick the most suited '
|
24 |
'one for your use case.')
|
25 |
|