Spaces:
Sleeping
Sleeping
| # ========================================== | |
| # FaceForge AI - Environment Configuration | |
| # Copy this file to .env and update values | |
| # ========================================== | |
| # Replicate API Token (required) | |
| # Get yours at: https://replicate.com/account/api-tokens | |
| REPLICATE_API_TOKEN=your_token_here | |
| # Dev Mode (optional) | |
| # false = 5 generations/day (default) | |
| # true = 10 generations/day (for development/testing) | |
| DEV_MODE=false | |