OuroborosM commited on
Commit
5e58f51
·
1 Parent(s): bb4aa00
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -512,9 +512,9 @@ if __name__ == '__main__':
512
  # CreatDb_P()
513
  # QAQuery_p("what is GST ?")
514
  if SysLock == "1":
515
- demo.queue().launch(auth=(username, password))
516
  else:
517
- demo.queue().launch()
518
  pass
519
 
520
 
 
512
  # CreatDb_P()
513
  # QAQuery_p("what is GST ?")
514
  if SysLock == "1":
515
+ demo.queue().launch(auth=(username, password), server_name="0.0.0.0", server_port=7860)
516
  else:
517
+ demo.queue().launch(server_name="0.0.0.0", server_port=7860)
518
  pass
519
 
520