Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ZeeAI1
/
ZeeABC
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ZeeAI1
commited on
May 9
Commit
e1f45e2
Β·
verified
Β·
1 Parent(s):
d3b59eb
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+4
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
#!/bin/bash
2
+
pip install -r requirements.txt
3
+
python -m spacy download en_core_web_sm
4
+
python app.py