Fred808 commited on
Commit
c3c0d99
·
verified ·
1 Parent(s): 6a38786

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from pydantic import BaseModel, Field
16
  from huggingface_hub import HfApi, hf_hub_download
17
 
18
  # --- Configuration ---
19
- AUTO_START_INDEX = 0 # Hardcoded default start index if no progress is found
20
  FLOW_ID = os.getenv("FLOW_ID", "flow_default")
21
  FLOW_PORT = int(os.getenv("FLOW_PORT", 8001))
22
  HF_TOKEN = os.getenv("HF_TOKEN", "")
 
16
  from huggingface_hub import HfApi, hf_hub_download
17
 
18
  # --- Configuration ---
19
+ AUTO_START_INDEX = 376 # Hardcoded default start index if no progress is found
20
  FLOW_ID = os.getenv("FLOW_ID", "flow_default")
21
  FLOW_PORT = int(os.getenv("FLOW_PORT", 8001))
22
  HF_TOKEN = os.getenv("HF_TOKEN", "")