wcaguar / scripts /run.sh
ngoldbla
Deploy to Hugging Face Space
af61aae
raw
history blame contribute delete
250 Bytes
#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
cd "$ROOT_DIR"
PORT="${1:-7860}"
export GRADIO_SERVER_PORT="$PORT"
echo "Starting wcaguar on http://localhost:${PORT} ..."
docker compose up --build