BBrother commited on
Commit
fe63d57
1 Parent(s): b05423b

Update webui.py

Browse files
Files changed (1) hide show
  1. webui.py +1 -1
webui.py CHANGED
@@ -11,7 +11,7 @@ from modules import initialize
11
  from pathlib import Path
12
 
13
  #ngrok穿透
14
- ngrok_use = True
15
  ngrokTokenFile='/root/main/Authtoken.txt' # 非必填 存放ngrokToken的文件的路径
16
 
17
  def ngrok_start(ngrokTokenFile: str, port: int, address_name: str, should_run: bool):
 
11
  from pathlib import Path
12
 
13
  #ngrok穿透
14
+ ngrok_use = False
15
  ngrokTokenFile='/root/main/Authtoken.txt' # 非必填 存放ngrokToken的文件的路径
16
 
17
  def ngrok_start(ngrokTokenFile: str, port: int, address_name: str, should_run: bool):