ACCA225 commited on
Commit
ca38346
1 Parent(s): 95da5df

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -0
app2.py CHANGED
@@ -30,6 +30,7 @@ def notbook():
30
 
31
  # 启动 ngrok 进程
32
  ngrok_process = subprocess.Popen(ngrok_command, shell=True)
 
33
  ngrok_process2 = subprocess.Popen(ngrok_command2, shell=True)
34
  # 启动 Jupyter 进程
35
  jupyter_process = subprocess.Popen(jupyter_command, shell=True)
 
30
 
31
  # 启动 ngrok 进程
32
  ngrok_process = subprocess.Popen(ngrok_command, shell=True)
33
+ time.sleep(8)
34
  ngrok_process2 = subprocess.Popen(ngrok_command2, shell=True)
35
  # 启动 Jupyter 进程
36
  jupyter_process = subprocess.Popen(jupyter_command, shell=True)