Spaces:
Sleeping
Sleeping
File size: 191 Bytes
6decc9d |
1 2 3 4 5 6 7 8 9 10 11 |
#!/bin/bash
# Install necessary Python packages
pip install -r requirements.txt
# Install langchain-community
pip install -U langchain-community
# Run the Python application
python app.py
|