Spaces:
Sleeping
Sleeping
| # HuggingRun — set as Repository secrets in HF Space (or .env for local Docker) | |
| # Required for persistence (optional for demo-only) | |
| HF_TOKEN= | |
| HF_DATASET_REPO= | |
| # Optional: auto-create dataset repo on first run | |
| AUTO_CREATE_DATASET=false | |
| # Persistence path (default /data). Your app should read/write here. | |
| PERSIST_PATH=/data | |
| # Your app command. Empty = run default demo (HTTP server on 7860). | |
| RUN_CMD= | |
| # Sync interval in seconds | |
| SYNC_INTERVAL=60 | |
| # Port your app listens on (HF exposes only this one port; default 7860) | |
| PORT=7860 | |
| APP_PORT=7860 | |