Charbel Malo commited on
Commit
8562112
·
verified ·
1 Parent(s): b9eef34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -927,7 +927,7 @@ if __name__ == "__main__":
927
  if USE_COLAB:
928
  print("Running in colab mode")
929
 
930
- interface.launch()
931
 
932
 
933
  #### APP.PY CODE END ###
 
927
  if USE_COLAB:
928
  print("Running in colab mode")
929
 
930
+ interface.queue().launch()
931
 
932
 
933
  #### APP.PY CODE END ###