smartdigitalnetworks commited on
Commit
f44fb22
·
verified ·
1 Parent(s): 63fff75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,4 +123,4 @@ with gr.Blocks() as demo:
123
 
124
  audio_out.change(lambda f: f, inputs=audio_out, outputs=download_btn)
125
 
126
- demo.queue(max_size=10).launch(enable_queue=True)
 
123
 
124
  audio_out.change(lambda f: f, inputs=audio_out, outputs=download_btn)
125
 
126
+ demo.launch()