Zhu-FaceOnLive
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -232,8 +232,9 @@ def search_face_examples(image):
|
|
232 |
with gr.Blocks(css=custom_css, head=head, delete_cache=(3600, 3600)) as demo:
|
233 |
gr.Markdown(
|
234 |
"""
|
235 |
-
# Free Face Search Online
|
236 |
#### [Discover more about our Face Search on our website.](https://faceonlive.com/face-search-online)
|
|
|
237 |
<br>
|
238 |
"""
|
239 |
)
|
|
|
232 |
with gr.Blocks(css=custom_css, head=head, delete_cache=(3600, 3600)) as demo:
|
233 |
gr.Markdown(
|
234 |
"""
|
235 |
+
# Free Face Search Online - If this space was helpful, please like ❤️ above!
|
236 |
#### [Discover more about our Face Search on our website.](https://faceonlive.com/face-search-online)
|
237 |
+
#### [Check out our Face Search API integration and affiliate program here.](https://portfolio.faceonlive.com/#face_search)
|
238 |
<br>
|
239 |
"""
|
240 |
)
|