Update app.py
Browse files
app.py
CHANGED
|
@@ -75,7 +75,7 @@ def search_face(file, token_txt, request: gr.Request):
|
|
| 75 |
gr.Info("β³ Wait for your next free search, or π Go Premium for deep search!", duration=12)
|
| 76 |
return []
|
| 77 |
|
| 78 |
-
country_code = "PPE, PFC, PLS, FFC,
|
| 79 |
|
| 80 |
try:
|
| 81 |
result_text = backend.predict(
|
|
|
|
| 75 |
gr.Info("β³ Wait for your next free search, or π Go Premium for deep search!", duration=12)
|
| 76 |
return []
|
| 77 |
|
| 78 |
+
country_code = "PPE, PFC, PLS, FFC, FPE"
|
| 79 |
|
| 80 |
try:
|
| 81 |
result_text = backend.predict(
|