ACCA225 commited on
Commit
7413c17
1 Parent(s): 91f0a8c

Update app11.py

Browse files
Files changed (1) hide show
  1. app11.py +1 -1
app11.py CHANGED
@@ -296,7 +296,7 @@ def start():
296
  os.system(f"python launch.py --api --xformers --exit --enable-insecure-extension-access --gradio-queue --disable-safe-unpickle")
297
  #time.sleep(5)
298
 
299
- command = "python launch.py --api --api-auth=1234:5678 --xformers --ui-settings-file /home/xlab-app-center/config.json --ui-config-file /home/xlab-app-center/ui-config.json --gradio-queue --disable-safe-unpickle"
300
 
301
 
302
  #process = subprocess.Popen(command, shell=True)
 
296
  os.system(f"python launch.py --api --xformers --exit --enable-insecure-extension-access --gradio-queue --disable-safe-unpickle")
297
  #time.sleep(5)
298
 
299
+ command = "python launch.py --api --api-auth=123456:5678 --xformers --ui-settings-file /home/xlab-app-center/config.json --ui-config-file /home/xlab-app-center/ui-config.json --gradio-queue --disable-safe-unpickle"
300
 
301
 
302
  #process = subprocess.Popen(command, shell=True)