Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -317,7 +317,7 @@ article = (
|
|
| 317 |
"</p>"
|
| 318 |
"<p><strong style='color: red; font-size: 1.2em;'>Key Features:</strong></p>"
|
| 319 |
"<ul style='font-size: 1.1em;'>"
|
| 320 |
-
" <li>Automatic punctuation and
|
| 321 |
" <li>Segment Level timestamps (click on a segment in the table below to play it!)</li>"
|
| 322 |
"</ul>"
|
| 323 |
"<p style='font-size: 1.1em;'>"
|
|
@@ -326,7 +326,7 @@ article = (
|
|
| 326 |
)
|
| 327 |
|
| 328 |
examples = [
|
| 329 |
-
["data/example.wav"],["data/
|
| 330 |
]
|
| 331 |
|
| 332 |
# Define an EU-inspired theme
|
|
|
|
| 317 |
"</p>"
|
| 318 |
"<p><strong style='color: red; font-size: 1.2em;'>Key Features:</strong></p>"
|
| 319 |
"<ul style='font-size: 1.1em;'>"
|
| 320 |
+
" <li>Automatic punctuation and numeral transcription</li>"
|
| 321 |
" <li>Segment Level timestamps (click on a segment in the table below to play it!)</li>"
|
| 322 |
"</ul>"
|
| 323 |
"<p style='font-size: 1.1em;'>"
|
|
|
|
| 326 |
)
|
| 327 |
|
| 328 |
examples = [
|
| 329 |
+
["data/example.wav"],["data/example-long.mp3"]
|
| 330 |
]
|
| 331 |
|
| 332 |
# Define an EU-inspired theme
|