File size: 182 Bytes
889f722
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/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