Vishnu Naresh Boddeti
commited on
Commit
·
0775cf4
1
Parent(s):
5156d79
trying to fix bug in search
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ EXAMPLE_IMAGES_AUTH = ['./VGGFace2/n000001/0013_01.jpg', './VGGFace2/n000149/001
|
|
| 16 |
|
| 17 |
# --- Global Variables ---
|
| 18 |
face_app = None
|
| 19 |
-
DB_SUBJECT_COUNT =
|
| 20 |
|
| 21 |
# --- Helper Functions ---
|
| 22 |
def initialize_face_app():
|
|
|
|
| 16 |
|
| 17 |
# --- Global Variables ---
|
| 18 |
face_app = None
|
| 19 |
+
DB_SUBJECT_COUNT = 1
|
| 20 |
|
| 21 |
# --- Helper Functions ---
|
| 22 |
def initialize_face_app():
|