#!/bin/bash echo "Current directory" pwd echo "running ingest.py" python ingest.py echo "running model.py" chainlit run model.py -w