Ahsen Khaliq commited on
Commit
f3ca328
·
1 Parent(s): 52ad146
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -500,4 +500,4 @@ gr.Interface(
500
  examples=[
501
  ['city.jpg'],
502
  ['tower.jpg']
503
- ] ).launch(debug=True)
 
500
  examples=[
501
  ['city.jpg'],
502
  ['tower.jpg']
503
+ ],enable_queue=True).launch(debug=True)