mimbres commited on
Commit
9a79bf3
1 Parent(s): 6cf48a2
Files changed (1) hide show
  1. model_helper.py +1 -1
model_helper.py CHANGED
@@ -1,7 +1,7 @@
1
  # @title Model helper
2
  import sys
3
  import os
4
- current_directory = os.path.dirname(os.path.abspath(__file__)
5
  sys.path.append(os.path.join(current_directory, 'src'))
6
 
7
  from collections import Counter
 
1
  # @title Model helper
2
  import sys
3
  import os
4
+ current_directory = os.path.dirname(os.path.abspath(__file__))
5
  sys.path.append(os.path.join(current_directory, 'src'))
6
 
7
  from collections import Counter