Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import sys
|
| 2 |
|
| 3 |
-
sys.path.append("repository")
|
| 4 |
sys.path.append("BLIP")
|
| 5 |
|
| 6 |
from typing import Dict, List, Any
|
|
|
|
| 1 |
import sys
|
| 2 |
|
| 3 |
+
sys.path.append("/repository/BLIP")
|
| 4 |
sys.path.append("BLIP")
|
| 5 |
|
| 6 |
from typing import Dict, List, Any
|