Spaces:
Sleeping
Sleeping
| # Hugging Face Token for VLM inference | |
| # Required for image captioning using GLM-4.5V model | |
| HF_TOKEN=your_huggingface_token_here | |
| # Optional: Custom port (defaults to 7860 for HF Spaces) | |
| # PORT=7860 | |
| # Optional: Model cache directory | |
| # HF_HOME=/app/cache |