curt-park commited on
Commit
0576283
1 Parent(s): cf4bb66

Run the new split executor

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ cwd0 = os.getcwd()
14
  cwd1 = os.path.join(cwd0, "mlwiz-technical-demo")
15
  os.chdir(cwd1)
16
  os.system("pip install -r requirements.txt")
17
- os.system("python app.py --task=everything")
 
14
  cwd1 = os.path.join(cwd0, "mlwiz-technical-demo")
15
  os.chdir(cwd1)
16
  os.system("pip install -r requirements.txt")
17
+ os.system("python app_everything.py")