gbach1lg commited on
Commit
5d96138
1 Parent(s): df8a64c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ Keep in mind that for compatibility reasons your photo is cropped before the neu
78
  allow_flagging='never'
79
  )
80
 
81
- return iface.launch(inbrowser=True, height=800, width=800)
82
 
83
 
84
  if __name__ == '__main__':
 
78
  allow_flagging='never'
79
  )
80
 
81
+ return iface.launch(inbrowser=True, enable_queue=True, height=800, width=800)
82
 
83
 
84
  if __name__ == '__main__':