Spaces:
Sleeping
Sleeping
rename the button
Browse files
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("
|
178 |
-
submit_button = gr.Button("
|
179 |
-
transcrip_button = gr.Button("
|
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 |
|