srivatsavdamaraju commited on
Commit
c358dce
·
verified ·
1 Parent(s): 619b3c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "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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)
 
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)