UjjwalVIT commited on
Commit
2508eb2
1 Parent(s): ade4f1a

changed_path

Browse files
Files changed (1) hide show
  1. app_utils.py +2 -2
app_utils.py CHANGED
@@ -32,9 +32,9 @@ from wordcloud import WordCloud
32
 
33
  import base64
34
  import time
35
- stanford_ner_jar = 'stanford-ner.jar'
36
  # Path to the pre-trained NER model file
37
- stanford_ner_model = 'english.all.3class.distsim.crf.ser.gz'
38
 
39
  timestr = time.strftime("%Y%m%d-%H%M%S")
40
 
 
32
 
33
  import base64
34
  import time
35
+ stanford_ner_jar ='stanford-ner.jar'
36
  # Path to the pre-trained NER model file
37
+ stanford_ner_model ='english.all.3class.distsim.crf.ser.gz'
38
 
39
  timestr = time.strftime("%Y%m%d-%H%M%S")
40