Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def search_face(file, token_txt, request: gr.Request):
|
|
77 |
|
78 |
country_code = ""
|
79 |
if token_txt != "":
|
80 |
-
country_code = "
|
81 |
|
82 |
try:
|
83 |
result_text = backend.predict(
|
|
|
77 |
|
78 |
country_code = ""
|
79 |
if token_txt != "":
|
80 |
+
country_code = "LL"
|
81 |
|
82 |
try:
|
83 |
result_text = backend.predict(
|