Spaces:
Running
Running
yjwtheonly
commited on
Commit
•
4c5cb35
1
Parent(s):
526f4ac
server
Browse files- server/server.py +1 -0
server/server.py
CHANGED
@@ -9,6 +9,7 @@ import numpy as np
|
|
9 |
import json
|
10 |
import networkx as nx
|
11 |
import spacy
|
|
|
12 |
import pickle as pkl
|
13 |
#%%
|
14 |
|
|
|
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 |
|