Zhu-FaceOnLive commited on
Commit
d2e0191
Β·
verified Β·
1 Parent(s): 387ffba

Update app.py

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