Spaces:
Build error
Build error
Update SpeechTranscription_ASR.py
Browse files
SpeechTranscription_ASR.py
CHANGED
@@ -20,6 +20,6 @@ ST_ASR_demo = gr.Interface(
|
|
20 |
"textbox",
|
21 |
"state"
|
22 |
],
|
23 |
-
title = 'Real-Time Speech Transcription
|
24 |
live=True)#.launch(inline = False)
|
25 |
|
|
|
20 |
"textbox",
|
21 |
"state"
|
22 |
],
|
23 |
+
title = 'Real-Time Speech Transcription', description = 'Speak something, you will get the text as an output',
|
24 |
live=True)#.launch(inline = False)
|
25 |
|