Zhu-FaceOnLive commited on
Commit
209424a
Β·
verified Β·
1 Parent(s): f774f1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def search_face(file, token):
69
  elif status_code == 302:
70
  gr.Info("Face is not clear enough.")
71
  elif status_code == 303:
72
- gr.Info("No matches found.")
73
  elif status_code == 304:
74
  gr.Info("No face in the photo.")
75
  elif status_code == 305:
 
69
  elif status_code == 302:
70
  gr.Info("Face is not clear enough.")
71
  elif status_code == 303:
72
+ gr.Info("No matches found. Try Deep Search with Premium Token.")
73
  elif status_code == 304:
74
  gr.Info("No face in the photo.")
75
  elif status_code == 305: