Ahsen Khaliq commited on
Commit
ceacc53
1 Parent(s): 6247742

Update app.py

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