ixxan commited on
Commit
a1a9264
1 Parent(s): 9db9e43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,6 +73,6 @@ demo = gr.Interface(fn=vqa_main,
73
  examples=examples,
74
  title=title,
75
  description=description,
76
- article=article)
77
- demo.queue(concurrency_count=2)
78
  demo.launch(debug=True, show_error = True)
 
73
  examples=examples,
74
  title=title,
75
  description=description,
76
+ article=article,
77
+ enable_queue = True)
78
  demo.launch(debug=True, show_error = True)