| # Hugging Face Spaces startup script | |
| echo "Starting LLM Code Deployment API..." | |
| # Set environment variables for Hugging Face Spaces | |
| export HOST=0.0.0.0 | |
| export PORT=7860 | |
| export DEBUG=false | |
| # Start the application | |
| python app.py | |
| # Hugging Face Spaces startup script | |
| echo "Starting LLM Code Deployment API..." | |
| # Set environment variables for Hugging Face Spaces | |
| export HOST=0.0.0.0 | |
| export PORT=7860 | |
| export DEBUG=false | |
| # Start the application | |
| python app.py | |