Update app.py
Browse files
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:
|