ACCA225 commited on
Commit
6710dda
1 Parent(s): ab67ac8

Update app11.py

Browse files
Files changed (1) hide show
  1. app11.py +1 -1
app11.py CHANGED
@@ -288,7 +288,7 @@ def start():
288
  os.system(f"python launch.py --api --xformers --exit --enable-insecure-extension-access --gradio-queue --disable-safe-unpickle")
289
  #time.sleep(5)
290
 
291
- command = "python launch.py --api --api-auth=123:456 --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"
292
 
293
 
294
  #process = subprocess.Popen(command, shell=True)
 
288
  os.system(f"python launch.py --api --xformers --exit --enable-insecure-extension-access --gradio-queue --disable-safe-unpickle")
289
  #time.sleep(5)
290
 
291
+ 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"
292
 
293
 
294
  #process = subprocess.Popen(command, shell=True)