Spaces:
Running
Running
Adriane Boyd
commited on
Commit
•
a516b39
1
Parent(s):
fe9fc40
Update description
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import random
|
|
6 |
|
7 |
DEFAULT_MODEL = "en_core_web_sm"
|
8 |
DEFAULT_TEXT = "David Bowie moved to the US in 1974, initially staying in New York City before settling in Los Angeles."
|
9 |
-
DESCRIPTION = """**Explore trained [spaCy v3.
|
10 |
|
11 |
def get_all_models():
|
12 |
with open("requirements.txt") as f:
|
|
|
6 |
|
7 |
DEFAULT_MODEL = "en_core_web_sm"
|
8 |
DEFAULT_TEXT = "David Bowie moved to the US in 1974, initially staying in New York City before settling in Los Angeles."
|
9 |
+
DESCRIPTION = """**Explore trained [spaCy v3.3](https://spacy.io) pipelines**"""
|
10 |
|
11 |
def get_all_models():
|
12 |
with open("requirements.txt") as f:
|