Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def transcribe_audio(filepath, tgt_language):
|
|
47 |
demo = gr.Blocks()
|
48 |
|
49 |
mic_transcribe = gr.Interface(title="Transcribe English Audio into any Language - test and demo app by Srinivas.V ..",
|
50 |
-
description="Speak into your system using your system
|
51 |
fn=transcribe_audio,
|
52 |
inputs=[gr.Audio(sources="microphone",
|
53 |
type="filepath"), gr.Dropdown(flores_200_df.Language.tolist(), type='index', label='Select Target Language')],
|
|
|
47 |
demo = gr.Blocks()
|
48 |
|
49 |
mic_transcribe = gr.Interface(title="Transcribe English Audio into any Language - test and demo app by Srinivas.V ..",
|
50 |
+
description="Speak into your system using your system mic, select your target language and submit (if error appears, retry)",
|
51 |
fn=transcribe_audio,
|
52 |
inputs=[gr.Audio(sources="microphone",
|
53 |
type="filepath"), gr.Dropdown(flores_200_df.Language.tolist(), type='index', label='Select Target Language')],
|