Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ checkpoints = [
|
|
16 |
|
17 |
|
18 |
@st.cache
|
19 |
-
def initialize_spacy(model="
|
20 |
spacy.cli.download(model) # type: ignore
|
21 |
return True
|
22 |
|
|
|
16 |
|
17 |
|
18 |
@st.cache
|
19 |
+
def initialize_spacy(model="en"):
|
20 |
spacy.cli.download(model) # type: ignore
|
21 |
return True
|
22 |
|