ylacombe HF staff commited on
Commit
5c9ecd1
1 Parent(s): 82471a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,4 +54,4 @@ with gr.Blocks() as demo_blocks:
54
 
55
  btn.click(generate_audio, [inp_text, spkr], [out_audio_vocos])
56
 
57
- demo_blocks.queue().launch(debug=True)
 
54
 
55
  btn.click(generate_audio, [inp_text, spkr], [out_audio_vocos])
56
 
57
+ demo_blocks.launch()