RoundtTble
commited on
Commit
•
a05eef8
1
Parent(s):
60dad87
Update app.py
Browse files
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_text.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_text.py")
|