Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import numpy as np
|
|
6 |
from PIL import Image
|
7 |
|
8 |
# GitHub personal access token (replace this with your actual token)
|
9 |
-
GITHUB_TOKEN = "
|
10 |
OWNER = "LAMENTIS1" # GitHub username or organization
|
11 |
REPO = "face_recog" # GitHub repository name
|
12 |
BRANCH = "master" # Branch to commit to (could be 'main' or any other branch)
|
|
|
6 |
from PIL import Image
|
7 |
|
8 |
# GitHub personal access token (replace this with your actual token)
|
9 |
+
GITHUB_TOKEN = "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" # Use your own token!
|
10 |
OWNER = "LAMENTIS1" # GitHub username or organization
|
11 |
REPO = "face_recog" # GitHub repository name
|
12 |
BRANCH = "master" # Branch to commit to (could be 'main' or any other branch)
|