RoundtTble commited on
Commit
726a6d9
1 Parent(s): 0576283

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ os.system(f"export GITHUB_TOKEN={github_token}")
11
  os.system(f"git clone https://{github_user}:{github_token}@github.com/{repo_name}")
12
 
13
  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_everything.py")
 
11
  os.system(f"git clone https://{github_user}:{github_token}@github.com/{repo_name}")
12
 
13
  cwd0 = os.getcwd()
14
+ cwd1 = os.path.join(cwd0, "mlwiz-technical-demo/sam")
15
  os.chdir(cwd1)
16
  os.system("pip install -r requirements.txt")
17
  os.system("python app_everything.py")