JiayiGuo821 commited on
Commit
072e936
1 Parent(s): a2590fc
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -971,4 +971,5 @@ if __name__ == '__main__':
971
  with gr.Tab('Image Editing'):
972
  interface_imedit(wrapper_obj)
973
 
 
974
  demo.launch()
 
971
  with gr.Tab('Image Editing'):
972
  interface_imedit(wrapper_obj)
973
 
974
+ demo.queue()
975
  demo.launch()