Update app.py
Browse files
app.py
CHANGED
@@ -142,8 +142,9 @@ 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 (❤️Like above if this space helps
|
146 |
-
#### [
|
|
|
147 |
"""
|
148 |
MARKDOWN1 = """
|
149 |
### [Get Premium Token - Deep Search & Social Media Access](https://faceonlive.pocketsflow.com/checkout?productId=676c15b1971244a587ca07cb)
|
|
|
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 |
+
#### [Learn more about our Reverse Face Search](https://faceonlive.com/face-search-online)
|
147 |
+
#### [Check out our Face Search API integration and Affiliate Program here.](https://portfolio.faceonlive.com/#face_search)
|
148 |
"""
|
149 |
MARKDOWN1 = """
|
150 |
### [Get Premium Token - Deep Search & Social Media Access](https://faceonlive.pocketsflow.com/checkout?productId=676c15b1971244a587ca07cb)
|