Spaces:
Runtime error
Runtime error
Commit
·
7c41c0d
1
Parent(s):
e3ec47c
Update app.py
Browse files
app.py
CHANGED
@@ -137,8 +137,7 @@ with gr.Blocks(css = css) as demo:
|
|
137 |
with gr.Row():
|
138 |
#gr.Markdown(""" ### Record audio """)
|
139 |
audio_input = gr.Audio(label = 'Record Audio Input',source="microphone",type="filepath")
|
140 |
-
|
141 |
-
transcribe_audio = gr.Button('Transcribe')
|
142 |
|
143 |
with gr.Row():
|
144 |
transcript_output = gr.Textbox(label="Transcription in the language you spoke", lines = 3)
|
|
|
137 |
with gr.Row():
|
138 |
#gr.Markdown(""" ### Record audio """)
|
139 |
audio_input = gr.Audio(label = 'Record Audio Input',source="microphone",type="filepath")
|
140 |
+
transcribe_audio = gr.Button('Transcribe')
|
|
|
141 |
|
142 |
with gr.Row():
|
143 |
transcript_output = gr.Textbox(label="Transcription in the language you spoke", lines = 3)
|