Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ from setup import OLMO_MODEL
|
|
19 |
import subprocess
|
20 |
|
21 |
# Define the path to your bash script
|
22 |
-
script_path = "./start"
|
23 |
|
24 |
# Run the bash script
|
25 |
subprocess.run([script_path], shell=True, check=True)
|
|
|
19 |
import subprocess
|
20 |
|
21 |
# Define the path to your bash script
|
22 |
+
script_path = "./start.sh"
|
23 |
|
24 |
# Run the bash script
|
25 |
subprocess.run([script_path], shell=True, check=True)
|