Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sashtech
/
aihumanifierandgrmoform
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5065a5b
aihumanifierandgrmoform
/
setup.sh
sashtech
Create setup.sh
7a996e6
verified
8 months ago
raw
Copy download link
history
blame
Safe
128 Bytes
#!/bin/bash
python -m spacy download en_core_web_sm
python -c
"import nltk; nltk.download('wordnet'); nltk.download('omw-1.4')"