Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
import subprocess
|
|
|
2 |
|
3 |
-
|
|
|
|
1 |
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)
|