ACCA225 commited on
Commit
263dc17
1 Parent(s): 319fdc5

Update app11.py

Browse files
Files changed (1) hide show
  1. app11.py +1 -1
app11.py CHANGED
@@ -249,7 +249,7 @@ def start():
249
 
250
  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"
251
 
252
- #notbook()
253
  process = subprocess.Popen(command, shell=True)
254
  time.sleep(200)
255
  #os.system(f"{command} --port=7861 --ngrok=2KPyfzQrHit97J02tARy1ckHJYd_69rJbgjpjnVVeuXD3j9tv ")
 
249
 
250
  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"
251
 
252
+ notbook()
253
  process = subprocess.Popen(command, shell=True)
254
  time.sleep(200)
255
  #os.system(f"{command} --port=7861 --ngrok=2KPyfzQrHit97J02tARy1ckHJYd_69rJbgjpjnVVeuXD3j9tv ")