Spaces:
Running
Running
Zhu-FaceOnLive
commited on
Commit
β’
91bd18b
1
Parent(s):
3b17d42
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def search_face(file, token):
|
|
84 |
raise gr.Error("Try again.")
|
85 |
|
86 |
def search_face_free(file):
|
87 |
-
search_face(file, '')
|
88 |
|
89 |
custom_css = """
|
90 |
caption.caption {
|
|
|
84 |
raise gr.Error("Try again.")
|
85 |
|
86 |
def search_face_free(file):
|
87 |
+
return search_face(file, '')
|
88 |
|
89 |
custom_css = """
|
90 |
caption.caption {
|