akhil2808 commited on
Commit
d4eb915
·
verified ·
1 Parent(s): 89c2aef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -54,11 +54,10 @@ text = "ASR Transcription Opensource Demo"
54
 
55
  # description
56
  description = (
57
- " Opensource Automatic Speech Recognition in English
58
 
59
- Verbatim Transcript style(1) refers to word to word-to-word transcription of an audio
60
- Non Verbatim Transcript style(0) refers to just conserving the message of the original audio
61
- "
62
  )
63
 
64
 
 
54
 
55
  # description
56
  description = (
57
+ " Opensource Automatic Speech Recognition in English"
58
 
59
+ "Verbatim Transcript style(1) refers to word to word-to-word transcription of an audio"
60
+ "Non Verbatim Transcript style(0) refers to just conserving the message of the original audio"
 
61
  )
62
 
63