cpcris commited on
Commit
76de0a0
1 Parent(s): 85984b8

change name button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks(fronted_theme, css=custom_css) as demo:
59
  with gr.Row():
60
  output_text = gr.Textbox(label="Saída", type="text")
61
  with gr.Row():
62
- asr_button = gr.Button("Enviar", elem_id="send-btn", visible=True)
63
  clear_button = gr.ClearButton([input_audio, output_text], value="Limpar", elem_id="clear-btn", visible=True)
64
 
65
 
 
59
  with gr.Row():
60
  output_text = gr.Textbox(label="Saída", type="text")
61
  with gr.Row():
62
+ asr_button = gr.Button("Xerar", elem_id="send-btn", visible=True)
63
  clear_button = gr.ClearButton([input_audio, output_text], value="Limpar", elem_id="clear-btn", visible=True)
64
 
65