Spaces:
Running
Running
Upload test version
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks(analytics_enabled=False) as demo:
|
|
88 |
tts_button = gr.Button("Send", elem_id="send-btn", visible=True)
|
89 |
|
90 |
with gr.Column():
|
91 |
-
output_audio = gr.
|
92 |
|
93 |
tts_button.click(
|
94 |
tts,
|
|
|
88 |
tts_button = gr.Button("Send", elem_id="send-btn", visible=True)
|
89 |
|
90 |
with gr.Column():
|
91 |
+
output_audio = gr.Audio(label="Output", type="filepath")
|
92 |
|
93 |
tts_button.click(
|
94 |
tts,
|