sanchit-gandhi
commited on
Commit
·
b2ec3f0
1
Parent(s):
3e3e17d
update desc
Browse files
app.py
CHANGED
@@ -177,8 +177,9 @@ if __name__ == "__main__":
|
|
177 |
)
|
178 |
gr.Markdown(
|
179 |
"Analyse the transcriptions generated by the Whisper large-v2 and large-32-2 models on the TEDLIUM dev set. "
|
|
|
180 |
"The transcriptions for both models are shown at the bottom of the demo. The text diff for each is computed "
|
181 |
-
"relative to the target transcriptions
|
182 |
"deletions in <span style='background-color:#FFCCCB'><s>red</s></span>."
|
183 |
)
|
184 |
gr.Markdown("**Overall statistics:**")
|
|
|
177 |
)
|
178 |
gr.Markdown(
|
179 |
"Analyse the transcriptions generated by the Whisper large-v2 and large-32-2 models on the TEDLIUM dev set. "
|
180 |
+
"Analysis is performed on the overall level, shown at the top of the demo, and also a per-sample level, shown below. "
|
181 |
"The transcriptions for both models are shown at the bottom of the demo. The text diff for each is computed "
|
182 |
+
"relative to the target transcriptions, where insertions are displayed in <span style='background-color:Lightgreen'>green</span>, and "
|
183 |
"deletions in <span style='background-color:#FFCCCB'><s>red</s></span>."
|
184 |
)
|
185 |
gr.Markdown("**Overall statistics:**")
|