# Set environment variables for HF Spaces | |
export PORT=7860 | |
# Start Flask server (serves both API and frontend) | |
echo "Starting CorrSteer application..." | |
python server.py |
# Set environment variables for HF Spaces | |
export PORT=7860 | |
# Start Flask server (serves both API and frontend) | |
echo "Starting CorrSteer application..." | |
python server.py |