Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Phoenix21
/
ChatbotLangchain
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
34d41e2
ChatbotLangchain
/
setup.sh
Phoenix21
first commit
0fc4dff
about 2 months ago
raw
Copy download link
history
blame
Safe
157 Bytes
#!/bin/bash
# Install dependencies from requirements.txt
pip install -r requirements.txt
# Install the spaCy model
python -m spacy download en_core_web_sm