kavyamanohar commited on
Commit
50d35d0
·
verified ·
1 Parent(s): 895ae88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 capitalization</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,7 +326,7 @@ article = (
326
  )
327
 
328
  examples = [
329
- ["data/example.wav"],["data/example2.mp3"]
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