Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -2,4 +2,4 @@ import subprocess
|
|
2 |
import os
|
3 |
|
4 |
os.chdir(os.path.abspath(os.path.dirname(__file__)))
|
5 |
-
subprocess.run("start.sh", shell=True, capture_output=True, env=None)
|
|
|
2 |
import os
|
3 |
|
4 |
os.chdir(os.path.abspath(os.path.dirname(__file__)))
|
5 |
+
subprocess.run("source ./start.sh", shell=True, capture_output=True, env=None)
|