Zhu-FaceOnLive commited on
Commit
7bd5273
·
verified ·
1 Parent(s): cf92e37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,7 +40,7 @@ def search_face(file, token=None):
40
  outarray.append((image, item['url']))
41
 
42
  if result['status'] == 201:
43
- gr.Info(STATUS_MESSAGES[result['status']], duration=8)
44
  return outarray
45
 
46
  def export_images(items):
@@ -142,7 +142,7 @@ def search_face_examples(image):
142
  return search_face(image), gr.update(visible=False), gr.update(visible=True)
143
 
144
  MARKDOWN0 = """
145
- # Free Face Search Online
146
  #### [Check out our Face Search API integration and affiliate program here.](https://portfolio.faceonlive.com/#face_search)
147
  """
148
  MARKDOWN1 = """
 
40
  outarray.append((image, item['url']))
41
 
42
  if result['status'] == 201:
43
+ gr.Info(STATUS_MESSAGES[result['status']], duration=11)
44
  return outarray
45
 
46
  def export_images(items):
 
142
  return search_face(image), gr.update(visible=False), gr.update(visible=True)
143
 
144
  MARKDOWN0 = """
145
+ # Free Face Search Online (❤️Like above if this space helps!)
146
  #### [Check out our Face Search API integration and affiliate program here.](https://portfolio.faceonlive.com/#face_search)
147
  """
148
  MARKDOWN1 = """