Spaces:
Running
Running
| # Auto Diffusers Configuration | |
| # Copy this file to .env and fill in your values | |
| # Google Gemini API Key (required) | |
| GOOGLE_API_KEY=your_google_gemini_api_key_here | |
| # Debug Configuration (optional) | |
| DEBUG_LEVEL=INFO | |
| LOG_TO_FILE=true | |
| LOG_TO_CONSOLE=true | |
| # Application Configuration (optional) | |
| # PORT=7860 | |
| # HOST=0.0.0.0 | |
| # SHARE=true |