File size: 241 Bytes
93fd625
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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