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