Spaces:
Running
Running
Commit
·
5cd0cc8
1
Parent(s):
e23402e
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import random
|
|
7 |
MODELS = srsly.read_json(Path(__file__).parent / "models.json")
|
8 |
DEFAULT_MODEL = "en_core_web_sm"
|
9 |
DEFAULT_TEXT = "David Bowie moved to the US in 1974, initially staying in New York City before settling in Los Angeles."
|
10 |
-
DESCRIPTION = """**Explore trained [spaCy v3.
|
11 |
|
12 |
def get_default_text(nlp):
|
13 |
# Check if spaCy has built-in example texts for the language
|
|
|
7 |
MODELS = srsly.read_json(Path(__file__).parent / "models.json")
|
8 |
DEFAULT_MODEL = "en_core_web_sm"
|
9 |
DEFAULT_TEXT = "David Bowie moved to the US in 1974, initially staying in New York City before settling in Los Angeles."
|
10 |
+
DESCRIPTION = """**Explore trained [spaCy v3.1](https://nightly.spacy.io) pipelines**"""
|
11 |
|
12 |
def get_default_text(nlp):
|
13 |
# Check if spaCy has built-in example texts for the language
|