jonathanagustin commited on
Commit
a084176
1 Parent(s): 6f0153f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
 
@@ -268,4 +268,4 @@ def main():
268
  demo.launch(show_error=True)
269
 
270
  if __name__ == "__main__":
271
- main()
 
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
 
 
268
  demo.launch(show_error=True)
269
 
270
  if __name__ == "__main__":
271
+ main()