Spaces:
Running
Running
Adriane Boyd
commited on
Commit
·
0bdef3c
1
Parent(s):
a516b39
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
|
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](https://spacy.io) pipelines**"""
|
10 |
|
11 |
def get_all_models():
|
12 |
with open("requirements.txt") as f:
|