jan-hq commited on
Commit
e68d5ed
1 Parent(s): f17f9e0

rename the button

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -174,9 +174,9 @@ with gr.Blocks() as iface:
174
  audio_input = gr.Audio(label="Audio", type="filepath", visible=True)
175
  # audio_output = gr.Audio(label="Converted Audio", type="filepath", visible=False)
176
 
177
- convert_button = gr.Button("Convert to Audio", visible=False)
178
- submit_button = gr.Button("Submit for Processing")
179
- transcrip_button = gr.Button("Please Transcribe the audio for me")
180
 
181
  text_output = gr.Textbox(label="Generated Text")
182
 
 
174
  audio_input = gr.Audio(label="Audio", type="filepath", visible=True)
175
  # audio_output = gr.Audio(label="Converted Audio", type="filepath", visible=False)
176
 
177
+ convert_button = gr.Button("Make synthetic audio", visible=False)
178
+ submit_button = gr.Button("Chat with AI using audio")
179
+ transcrip_button = gr.Button("Make Model transcribe the audio")
180
 
181
  text_output = gr.Textbox(label="Generated Text")
182