yjwtheonly commited on
Commit
6ecb301
1 Parent(s): e08c88f

modifications

Browse files
Files changed (1) hide show
  1. server/server.py +1 -1
server/server.py CHANGED
@@ -9,7 +9,7 @@ import numpy as np
9
  import json
10
  import networkx as nx
11
  import spacy
12
- os.system("python -m spacy download en-core-web-sm==3.6.0")
13
  import pickle as pkl
14
  #%%
15
 
 
9
  import json
10
  import networkx as nx
11
  import spacy
12
+ os.system("python -m spacy download en-core-web-sm")
13
  import pickle as pkl
14
  #%%
15