Commit 1b5626fb by lichenggang

更新model config

parent 4b16924c
Showing with 2 additions and 2 deletions
......@@ -9,5 +9,5 @@ if ENVIRONMENT == 'test':
model_config['model_path'] = r'model'
model_config['extractor_path'] = r'extractor'
else:
model_config['model_path'] = r''
model_config['extractor_path'] = r''
model_config['model_path'] = r'model'
model_config['extractor_path'] = r'extractor'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment