AntonioMS commited on
Commit
2e2bff9
1 Parent(s): 0270f51

Upload test version

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.outputs.Audio(label="Output", type="filepath")
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,