Ahsen Khaliq commited on
Commit
121bd30
1 Parent(s): 4a8a4b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,4 +35,4 @@ examples = [
35
  ["Our method adopts variational inference augmented with normalizing flows and an adversarial training process, which improves the expressive power of generative modeling."]
36
  ]
37
 
38
- gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples).launch()
 
35
  ["Our method adopts variational inference augmented with normalizing flows and an adversarial training process, which improves the expressive power of generative modeling."]
36
  ]
37
 
38
+ gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, examples=examples, enable_queue=True).launch()