Spaces:
Sleeping
Sleeping
RRoundTable
commited on
Commit
·
18ce95e
1
Parent(s):
c40b207
fix typo
Browse files
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
|
|
|
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_segment_similarthings.py")
|