numbers1234567 commited on
Commit
ae17ecb
·
verified ·
1 Parent(s): 5911d89

Update handler.py

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