id / start.sh
sd
Upload 2 files
c48a310 verified
raw
history blame contribute delete
303 Bytes
#!/bin/bash
# Start ID Maker on the main HF port (7860)
export PORT=7860
# CODEFORMER_API_URL is NOT set here, so it will use the value in id-maker/config/settings.json
# (which points to the external HF Space)
echo "Starting ID Maker Web UI on port $PORT..."
cd /app/id-maker && python web/server.py