BBrother commited on
Commit
7e07ba3
1 Parent(s): 72a3b7b

Update SW_run.py

Browse files
Files changed (1) hide show
  1. SW_run.py +1 -1
SW_run.py CHANGED
@@ -34,7 +34,7 @@ os.chdir('/bushu/ui')
34
  try:
35
  # 在 try 块中运行 /bushu/ui/launch.py,并将输出重定向到日志文件
36
  with open(log_file, 'a') as log_file_handle, open(url_file, 'a') as url_file_handle:
37
- process = subprocess.Popen(['python', '/bushu/ui/launch.py', '--skip-torch-cuda-test', '--share', '--listen', '--xformers', '--enable-insecure-extension-access', '--gradio-queue', '--multiple'], stdout=subprocess.PIPE, stderr=subprocess.STDOUT, universal_newlines=True)
38
 
39
  for line in process.stdout:
40
  if "Public" in line or "Application" in line:
 
34
  try:
35
  # 在 try 块中运行 /bushu/ui/launch.py,并将输出重定向到日志文件
36
  with open(log_file, 'a') as log_file_handle, open(url_file, 'a') as url_file_handle:
37
+ process = subprocess.Popen(['python', '/bushu/ui/launch.py', '--skip-torch-cuda-test', '--share', '--listen', '--xformers', '--enable-insecure-extension-access', "--cloudflared", '--multiple'], stdout=subprocess.PIPE, stderr=subprocess.STDOUT, universal_newlines=True)
38
 
39
  for line in process.stdout:
40
  if "Public" in line or "Application" in line: