Update logic.sh
Browse files
logic.sh
CHANGED
|
@@ -9,7 +9,7 @@ pip3 install huggingface_hub requests -q > /dev/null 2>&1
|
|
| 9 |
# --- 1. SETUP VARIABLES ---
|
| 10 |
REPO_OWNER=${GITHUB_REPOSITORY%/*}
|
| 11 |
REPO_NAME=${GITHUB_REPOSITORY#*/}
|
| 12 |
-
HF_REPO="
|
| 13 |
LOG_FILE="runtime.log"
|
| 14 |
AGGREGATOR_URL="${AGGREGATOR_URL:-https://ffmpeg-logs.onrender.com/}" # ← NEW ✅
|
| 15 |
|
|
|
|
| 9 |
# --- 1. SETUP VARIABLES ---
|
| 10 |
REPO_OWNER=${GITHUB_REPOSITORY%/*}
|
| 11 |
REPO_NAME=${GITHUB_REPOSITORY#*/}
|
| 12 |
+
HF_REPO="badal9263/encrypted-logs"
|
| 13 |
LOG_FILE="runtime.log"
|
| 14 |
AGGREGATOR_URL="${AGGREGATOR_URL:-https://ffmpeg-logs.onrender.com/}" # ← NEW ✅
|
| 15 |
|