Spaces:
Runtime error
Runtime error
change name button
Browse files
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("
|
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 |
|