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