Spaces:
Runtime error
Runtime error
Commit
·
5e58f51
1
Parent(s):
bb4aa00
add port
Browse files
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 |
|