Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Prageeth-1
/
News_Classification_App
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Prageeth-1
commited on
Mar 28, 2025
Commit
2341ecb
·
verified
·
1 Parent(s):
2b6164c
Create setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+2
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
mkdir -p /home/user/nltk_data
2
+
python -c "import nltk; nltk.download('punkt', download_dir='/home/user/nltk_data')"