jonathanagustin commited on
Commit
c05f1b3
1 Parent(s): e0954fa

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
  visible=True,
112
  show_download_button=False,
113
  show_share_button=False,
114
- autoplay=True,
115
  )
116
 
117
  with gr.Blocks(title="OpenAI - Text to Speech") as demo:
 
111
  visible=True,
112
  show_download_button=False,
113
  show_share_button=False,
114
+ autoplay=False,
115
  )
116
 
117
  with gr.Blocks(title="OpenAI - Text to Speech") as demo: