Spaces:
Sleeping
Sleeping
File size: 549 Bytes
a3bfafd 8e80192 a3bfafd 8e80192 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # 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
|