Update app.py
Browse files
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
|