prj1 / start.sh
iitmbs24f's picture
Upload 17 files
93fd625 verified
raw
history blame contribute delete
241 Bytes
#!/bin/bash
# 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