irotem98 commited on
Commit
e859e4a
Β·
verified Β·
1 Parent(s): ae7d4d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ os.chdir("edge_vlm")
10
 
11
  # Install the required dependencies
12
  subprocess.run(["pip", "install", "-r", "requirements.txt"])
 
13
 
14
  # Now import the model from the cloned repository
15
  from edge_vlm.model import MoondreamModel
 
10
 
11
  # Install the required dependencies
12
  subprocess.run(["pip", "install", "-r", "requirements.txt"])
13
+ subprocess.run(["pip", "install", "transformers"])
14
 
15
  # Now import the model from the cloned repository
16
  from edge_vlm.model import MoondreamModel