# Clone repository git clone https://huggingface.co/spaces/cc1234/stashface cd stashface # Create and activate Python environment python -m venv env source env/bin/activate # Install dependencies and run pip install -r requirements.txt python src/app.py