boryasbora commited on
Commit
ba3b801
·
verified ·
1 Parent(s): 6fd66ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)