Update app.py
Browse files
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 =
|
| 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", "")
|