mitudesk commited on
Commit
ae4c102
1 Parent(s): 30ddc86

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).launch()
 
255
  outputs=[text_output, audio_output],
256
  fn=tts_fn,
257
  )
258
+ app.queue(concurrency_count=3).launch(show_api=True)