ipvikas commited on
Commit
d3eb616
1 Parent(s): bcb7c47

Update SpeechTranscription_ASR.py

Browse files
Files changed (1) hide show
  1. SpeechTranscription_ASR.py +1 -1
SpeechTranscription_ASR.py CHANGED
@@ -20,6 +20,6 @@ ST_ASR_demo = gr.Interface(
20
  "textbox",
21
  "state"
22
  ],
23
- title = 'Real-Time Speech Transcription using Gradio ASR Python', description = 'Speak something, you will get the text as an output',
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