mitudesk commited on
Commit
470746e
1 Parent(s): bb59786

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -255,4 +255,4 @@ if __name__ == "__main__":
255
  outputs=[text_output, audio_output],
256
  fn=tts_fn,
257
  )
258
- app.queue(concurrency_count=3,api_open=True).launch(show_api=True, share=args.share)
 
255
  outputs=[text_output, audio_output],
256
  fn=tts_fn,
257
  )
258
+ app.queue(concurrency_count=3).launch(show_api=True)