Shivam Mehta commited on
Commit
52f184a
1 Parent(s): 23f59c4

Turning off the debug flag

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -318,4 +318,4 @@ with gr.Blocks(title="🍵 Matcha-TTS: A fast TTS architecture with conditional
318
  outputs=[audio, mel_spectrogram],
319
  )
320
 
321
- demo.queue(concurrency_count=5).launch(debug=True)
 
318
  outputs=[audio, mel_spectrogram],
319
  )
320
 
321
+ demo.queue(concurrency_count=5).launch()