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...
main
ZeeABC
/
start.sh
ZeeAI1
Create start.sh
e1f45e2
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
97 Bytes
#!/bin/bash
pip install -r requirements.txt
python -m spacy download en_core_web_sm
python app.py