akhaliq HF Staff commited on
Commit
14cae14
·
1 Parent(s): fd75ff2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,4 +55,4 @@ article = "<p style='text-align: center'><a href='https://joss.theoj.org/papers/
55
 
56
  examples = [['test.wav']]
57
 
58
- gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples, analytics_enabled=False).launch()
 
55
 
56
  examples = [['test.wav']]
57
 
58
+ gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples).launch(enable_queue=True)