Spaces:
Running
Running
Update app.py
Browse files
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 |
|