File size: 149 Bytes
8247a04
0443b19
8247a04
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# Hugging Face token
HF_TOKEN=your_token_here

# API settings
API_HOST=0.0.0.0
API_PORT=8000

# Gradio settings
GRADIO_HOST=0.0.0.0
GRADIO_PORT=7860