Announce multi-language support more explicitly
Change-Id: I6ddb3c7465183cbcaaeb73ef5e57a2b645840b59
diff --git a/download_with_progress.py b/download_with_progress.py
index a907fe5..c6717d1 100755
--- a/download_with_progress.py
+++ b/download_with_progress.py
@@ -14,7 +14,7 @@
model_name = sys.argv[1]
print(f"Downloading {model_name}...", file=sys.stderr)
- print("This may take several minutes for large models (de_core_news_lg is ~560MB)", file=sys.stderr)
+ print("This may take several minutes depending on model size", file=sys.stderr)
print("", file=sys.stderr)
# Run spacy download with unbuffered output