numbers1234567 commited on
Commit
b1e0003
·
verified ·
1 Parent(s): cc3e61c

Update handler.py

Browse files
Files changed (1) hide show
  1. 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