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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ if not os.path.exists("edge_vlm"):
10
  # Install the required dependencies
11
  subprocess.run(["pip", "install", "-r", "requirements.txt"])
12
  subprocess.run(["pip", "install", "transformers"])
 
13
 
14
  # os.chdir("edge_vlm")
15
  sys.path.insert(0,'./edge_vlm')
 
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')