Nick088 commited on
Commit
1cdadae
β€’
1 Parent(s): 536db93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,4 +51,4 @@ iface = gr.Interface(fn=text_to_speech,
51
  outputs=[gr.Audio(label="Audio")],
52
  allow_flagging="never")
53
 
54
- iface.launch(queue=True)
 
51
  outputs=[gr.Audio(label="Audio")],
52
  allow_flagging="never")
53
 
54
+ iface.launch()