Zhu-FaceOnLive
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ API_KEY = os.environ.get("API_KEY")
|
|
19 |
STATUS_MESSAGES = {
|
20 |
301: "Too many faces in the photo.",
|
21 |
302: "Face is not clear enough.",
|
22 |
-
303: "No matches found.",
|
23 |
304: "No face in the photo.",
|
24 |
305: "Search blocked for privacy issue.",
|
25 |
401: "Invalid image format.",
|
|
|
19 |
STATUS_MESSAGES = {
|
20 |
301: "Too many faces in the photo.",
|
21 |
302: "Face is not clear enough.",
|
22 |
+
303: "No matches found. Try Deep Search with premium token.",
|
23 |
304: "No face in the photo.",
|
24 |
305: "Search blocked for privacy issue.",
|
25 |
401: "Invalid image format.",
|