phi-drift / scripts /run_web.sh
crexs's picture
Upload folder using huggingface_hub
914e970 verified
Raw
History Blame Contribute Delete
158 Bytes
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")/.."
source .venv/bin/activate
exec uvicorn interfaces.api:app --host 127.0.0.1 --port 8765 --reload