Ahsen Khaliq commited on
Commit
fd53425
1 Parent(s): 44df4f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -23,5 +23,6 @@ gr.Interface(
23
  gr.outputs.Image(type="file", label="Output"),
24
  title=title,
25
  description=description,
26
- article=article
 
27
  ).launch(debug=True)
 
23
  gr.outputs.Image(type="file", label="Output"),
24
  title=title,
25
  description=description,
26
+ article=article,
27
+ enable_queue=True
28
  ).launch(debug=True)