Spaces:
Running
Running
osanseviero
commited on
Commit
•
855e5bd
1
Parent(s):
a8a4ab3
Update app.py
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.2](https://nightly.spacy.io) pipelines**"""
|
10 |
|
11 |
def get_all_models():
|
12 |
with open("requirements.txt") as f:
|