irotem98 commited on
Commit
03b47ef
Β·
verified Β·
1 Parent(s): 8ce2c13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ if not os.path.exists("edge_vlm"):
8
 
9
  # Change directory to the cloned repository
10
  os.chdir("edge_vlm")
11
- sts.path.insert(0,'edge_vlm')
12
  # Install the required dependencies
13
  subprocess.run(["pip", "install", "-r", "requirements.txt"])
14
  subprocess.run(["pip", "install", "transformers"])
 
8
 
9
  # Change directory to the cloned repository
10
  os.chdir("edge_vlm")
11
+ sys.path.insert(0,'edge_vlm')
12
  # Install the required dependencies
13
  subprocess.run(["pip", "install", "-r", "requirements.txt"])
14
  subprocess.run(["pip", "install", "transformers"])