Spaces:
Runtime error
Runtime error
Run the new split executor
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_everything.py")
|