Spaces:
Build error
Build error
philippemo
commited on
Commit
β’
1aa38aa
1
Parent(s):
6bfc1e0
text modification
Browse files- utils/text_utils.py +2 -2
utils/text_utils.py
CHANGED
@@ -178,12 +178,12 @@ def intro_container():
|
|
178 |
st.markdown("---")
|
179 |
st.header('π Speaker diarization frameworks')
|
180 |
st.markdown(
|
181 |
-
"As you can see, there are advantages and disadvantages to both traditional and end-to-end diarization systems."
|
182 |
"Building a speaker diarization system also involves aggregating quite a few "
|
183 |
"building blocks and the implementation can seem daunting at first glance. Luckily, there exists a plethora "
|
184 |
"of libraries and packages that have all those steps implemented and are ready for you to use out of the box π₯.")
|
185 |
st.markdown(
|
186 |
-
"I will focus on the most popular **open-source** speaker diarization libraries. Make sure to check out"
|
187 |
" [this link](https://wq2012.github.io/awesome-diarization/) for a more exhaustive list on different diarization libraries.")
|
188 |
|
189 |
st.markdown("### 1. [pyannote](https://github.com/pyannote/pyannote-audio)")
|
|
|
178 |
st.markdown("---")
|
179 |
st.header('π Speaker diarization frameworks')
|
180 |
st.markdown(
|
181 |
+
"As you can see, there are advantages and disadvantages to both traditional and end-to-end diarization systems. "
|
182 |
"Building a speaker diarization system also involves aggregating quite a few "
|
183 |
"building blocks and the implementation can seem daunting at first glance. Luckily, there exists a plethora "
|
184 |
"of libraries and packages that have all those steps implemented and are ready for you to use out of the box π₯.")
|
185 |
st.markdown(
|
186 |
+
"I will focus on the most popular **open-source** speaker diarization libraries. All but the last framework (UIS-RNN) are based on the traditional diarization approach. Make sure to check out"
|
187 |
" [this link](https://wq2012.github.io/awesome-diarization/) for a more exhaustive list on different diarization libraries.")
|
188 |
|
189 |
st.markdown("### 1. [pyannote](https://github.com/pyannote/pyannote-audio)")
|