ysharma HF staff commited on
Commit
80a64d7
1 Parent(s): 5e4b8f7

update button name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():