CorrSteer / start.sh
seonglae's picture
fix: simplify server since it use built vite files
6296de5
raw
history blame contribute delete
182 Bytes
#!/bin/bash
# Set environment variables for HF Spaces
export PORT=7860
# Start Flask server (serves both API and frontend)
echo "Starting CorrSteer application..."
python server.py