update button name
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ with demo:
|
|
168 |
with gr.Row():
|
169 |
with gr.Column():
|
170 |
in_audio = gr.Audio(source="microphone", type="filepath", label='Record your voice here') #type='filepath'
|
171 |
-
b1 = gr.Button("AI response (Whisper - Bloom - Coqui pipeline)")
|
172 |
out_transcript = gr.Textbox(label= 'As is Transcript using OpenAI Whisper')
|
173 |
out_translation_en = gr.Textbox(label= 'English Translation of audio using OpenAI Whisper')
|
174 |
with gr.Column():
|
|
|
168 |
with gr.Row():
|
169 |
with gr.Column():
|
170 |
in_audio = gr.Audio(source="microphone", type="filepath", label='Record your voice here') #type='filepath'
|
171 |
+
b1 = gr.Button("AI response pipeline (Whisper - Bloom - Coqui pipeline)")
|
172 |
out_transcript = gr.Textbox(label= 'As is Transcript using OpenAI Whisper')
|
173 |
out_translation_en = gr.Textbox(label= 'English Translation of audio using OpenAI Whisper')
|
174 |
with gr.Column():
|