Spaces:
Sleeping
Sleeping
Adrit Rao
commited on
Commit
•
687851e
1
Parent(s):
81b9c1f
Add application file v2
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import subprocess
|
|
8 |
import subprocess
|
9 |
|
10 |
# Command to make the script executable
|
11 |
-
command = "
|
12 |
|
13 |
try:
|
14 |
subprocess.run(command, shell=True, check=True)
|
|
|
8 |
import subprocess
|
9 |
|
10 |
# Command to make the script executable
|
11 |
+
command = "./install.sh"
|
12 |
|
13 |
try:
|
14 |
subprocess.run(command, shell=True, check=True)
|