jonathanagustin commited on
Commit
58421c1
1 Parent(s): a8cd62f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ def main():
111
  with gr.Accordion(label="Voice Previews", open=False):
112
  # Create an audio component to play the samples
113
  preview_audio = gr.Audio(
114
- interactive=False, label="Preview Audio", value=None
115
  )
116
 
117
  for voice in VOICE_OPTIONS:
 
111
  with gr.Accordion(label="Voice Previews", open=False):
112
  # Create an audio component to play the samples
113
  preview_audio = gr.Audio(
114
+ interactive=False, label="Preview Audio", value=None,
115
  )
116
 
117
  for voice in VOICE_OPTIONS: