Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def asr_transcript(input_file):
|
|
61 |
gr.Interface(asr_transcript,
|
62 |
inputs = gr.inputs.Audio(source="microphone", type="filepath", optional=True, label="Please record your voice"),
|
63 |
outputs = gr.outputs.Textbox(label="Output Text"),
|
64 |
-
title="ASR using Wav2Vec 2.0",
|
65 |
-
description = "This application displays transcribed text for given audio input",
|
66 |
examples = [["wav/1.wav"], ["wav/2.wav"], ["wav/3.wav"], ["wav/4.wav"], ["wav/5.wav"]], theme="grass").launch()
|
67 |
|
|
|
61 |
gr.Interface(asr_transcript,
|
62 |
inputs = gr.inputs.Audio(source="microphone", type="filepath", optional=True, label="Please record your voice"),
|
63 |
outputs = gr.outputs.Textbox(label="Output Text"),
|
64 |
+
title="French ASR using Wav2Vec 2.0",
|
65 |
+
description = "This application displays transcribed text for given French speech audio input",
|
66 |
examples = [["wav/1.wav"], ["wav/2.wav"], ["wav/3.wav"], ["wav/4.wav"], ["wav/5.wav"]], theme="grass").launch()
|
67 |
|