irotem98 commited on
Commit
ec1a268
Β·
verified Β·
1 Parent(s): 85430dd

Update app.py

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