app.py
Browse files
app.py
CHANGED
@@ -46,6 +46,6 @@ def asr_transcript(input_file):
|
|
46 |
gr.Interface(asr_transcript,
|
47 |
inputs = gr.inputs.Audio(source="microphone", type="filepath", optional=True, label="Speaker"),
|
48 |
outputs = gr.outputs.Textbox(label="Output Text"),
|
49 |
-
title="ASR using
|
50 |
description = "This application displays transcribed text for given audio input",
|
51 |
theme="grass").launch()
|
|
|
46 |
gr.Interface(asr_transcript,
|
47 |
inputs = gr.inputs.Audio(source="microphone", type="filepath", optional=True, label="Speaker"),
|
48 |
outputs = gr.outputs.Textbox(label="Output Text"),
|
49 |
+
title="ASR using Wav2Vec2.0",
|
50 |
description = "This application displays transcribed text for given audio input",
|
51 |
theme="grass").launch()
|