gojiteji commited on
Commit
53e2a02
1 Parent(s): e9f422f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,5 +70,5 @@ if __name__ == '__main__':
70
  allow_flagging=False,
71
  )
72
 
73
- interFace.launch(share=False)
74
 
 
70
  allow_flagging=False,
71
  )
72
 
73
+ interFace.launch(share=False,enable_queue=False)
74