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