Zhu-FaceOnLive commited on
Commit
91bd18b
β€’
1 Parent(s): 3b17d42

Update app.py

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