Spaces:
GIZ
/
Running on CPU Upgrade

prashant commited on
Commit
78f3ebc
1 Parent(s): cc5c327

error fix on lexical update

Browse files
Files changed (1) hide show
  1. utils/search.py +1 -1
utils/search.py CHANGED
@@ -12,7 +12,7 @@ from typing import List, Tuple, Text
12
  from utils.preprocessing import processingpipeline
13
 
14
  config = configparser.ConfigParser()
15
- config.read_file(open('paramconfig.py'))
16
 
17
 
18
  def tokenize_lexical_query(query:str)-> List[str]:
 
12
  from utils.preprocessing import processingpipeline
13
 
14
  config = configparser.ConfigParser()
15
+ config.read_file(open('paramconfig.cfg'))
16
 
17
 
18
  def tokenize_lexical_query(query:str)-> List[str]: