id-making / start.sh
Esmaill1
Refactor Dockerfile and start script; remove unused dependencies and streamline setup
072b348
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