Ahsen Khaliq commited on
Commit
346ecca
1 Parent(s): b26f290

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,6 +60,6 @@ article = "<p style='text-align: center'><a href='https://espnet.github.io/espne
60
  examples = [
61
  ["poem.wav"]
62
  ]
63
- gr.Interface(inference, inputs, outputs, title=title, description=description, article=article,examples=examples).launch()
64
 
65
 
 
60
  examples = [
61
  ["poem.wav"]
62
  ]
63
+ gr.Interface(inference, inputs, outputs, title=title, description=description, article=article,examples=examples, enable_queue=True).launch()
64
 
65