jonathanagustin commited on
Commit
c8ad460
1 Parent(s): a446128

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -101,7 +101,7 @@ def main():
101
  label=f"Preview Voice: {default_voice.capitalize()}",
102
  value=VOICE_PREVIEW_FILES[default_voice],
103
  visible=True,
104
- show_download_button=True,
105
  show_share_button=False,
106
  autoplay=False,
107
  )
@@ -215,7 +215,7 @@ def main():
215
  with gr.Column(scale=1):
216
  output_audio = gr.Audio(
217
  label="Output Audio",
218
- show_download_button=False,
219
  show_share_button=False,
220
  )
221
 
 
101
  label=f"Preview Voice: {default_voice.capitalize()}",
102
  value=VOICE_PREVIEW_FILES[default_voice],
103
  visible=True,
104
+ show_download_button=False,
105
  show_share_button=False,
106
  autoplay=False,
107
  )
 
215
  with gr.Column(scale=1):
216
  output_audio = gr.Audio(
217
  label="Output Audio",
218
+ show_download_button=True,
219
  show_share_button=False,
220
  )
221