shengxiong commited on
Commit
9824528
1 Parent(s): ac52780

Revise app.py iface instance launch parameters

Browse files

for resolving the cloud instance not started issue.

On branch main
Your branch is up to date with 'origin/main'.

Changes to be committed:
modified: app.py

Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -48,7 +48,6 @@ if __name__ == "__main__":
48
  iface.launch(
49
  auth=[ ("admin","hello world"),
50
  ("guest","p@55word")],
51
- inbrowser=True,
52
- max_threads=2,
53
  server_port=8000,
 
54
  )
 
48
  iface.launch(
49
  auth=[ ("admin","hello world"),
50
  ("guest","p@55word")],
 
 
51
  server_port=8000,
52
+ share=True,
53
  )