Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sashtech/aihumanifierandgrmoform
sashtech
/
huamnifierWithSimpleGrammer
like
2
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
sashtech
commited on
Aug 31, 2024
Commit
7a996e6
·
verified
·
1 Parent(s):
4793ab6
Create setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+3
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
#!/bin/bash
2
+
python -m spacy download en_core_web_sm
3
+
python -c "import nltk; nltk.download('wordnet'); nltk.download('omw-1.4')"