Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
murtaza2801
/
Akaike
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
murtaza2801
commited on
Mar 20
Commit
72f811b
·
verified
·
1 Parent(s):
4c24889
Upload 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
+
pip install -r requirements.txt
3
+
python -c "import nltk; nltk.download('punkt')"