Evgenii Pustozerov
commited on
Commit
·
cd64b5d
1
Parent(s):
24136d8
Updated demo description.
Browse files
app.py
CHANGED
|
@@ -21,9 +21,9 @@ os.makedirs(FOLDER_WAV_DB, exist_ok=True)
|
|
| 21 |
os.makedirs(FOLDER_MANIFESTS, exist_ok=True)
|
| 22 |
|
| 23 |
st.title('Call Transcription demo')
|
| 24 |
-
st.
|
| 25 |
-
|
| 26 |
-
|
| 27 |
st.write('Note: this demo shows up a reduced-performance model. To get a full-performance neural network or develop a '
|
| 28 |
'system adapted to your task – contact [email protected].')
|
| 29 |
if st.button('Try a random sample from the database'):
|
|
|
|
| 21 |
os.makedirs(FOLDER_MANIFESTS, exist_ok=True)
|
| 22 |
|
| 23 |
st.title('Call Transcription demo')
|
| 24 |
+
st.write('This simple demo shows the possibilities of ASR and NLP in the task of automatic speech recognition and '
|
| 25 |
+
'diarization. It works with mp3, ogg, and wav files. You can randomly pick an audio file with the dialogue '
|
| 26 |
+
'from the built-in database or try uploading your files.')
|
| 27 |
st.write('Note: this demo shows up a reduced-performance model. To get a full-performance neural network or develop a '
|
| 28 |
'system adapted to your task – contact [email protected].')
|
| 29 |
if st.button('Try a random sample from the database'):
|