Spaces:
Running
Running
Zhu-FaceOnLive
commited on
Commit
β’
2c2556c
1
Parent(s):
65b6969
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,8 @@ with gr.Blocks() as demo:
|
|
44 |
gr.Markdown(
|
45 |
"""
|
46 |
# Search Your Face Online For Free
|
47 |
-
## For more detailed information, please check on our website
|
|
|
48 |
"""
|
49 |
)
|
50 |
with gr.Row():
|
@@ -57,7 +58,7 @@ with gr.Blocks() as demo:
|
|
57 |
|
58 |
gr.Examples(['examples/1.jpg', 'examples/2.jpg'], inputs=image, cache_examples=True, cache_mode='lazy', fn=search_face, outputs=[output, countwg])
|
59 |
|
60 |
-
search_face_button.click(search_face, inputs=image, outputs=[output, countwg])
|
61 |
|
62 |
gr.HTML('<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FFaceOnLive%2FFace-Search-Online"><img src="https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FFaceOnLive%2FFace-Search-Online&labelColor=%23ff8a65&countColor=%2337d67a&style=flat&labelStyle=upper" /></a>')
|
63 |
|
|
|
44 |
gr.Markdown(
|
45 |
"""
|
46 |
# Search Your Face Online For Free
|
47 |
+
## For more detailed information, please check on our website.<br/>https://faceonlive.com/face-search-online<br/><br/>
|
48 |
+
## For premium support or partnership inquiries, contact us.<br/><br/>
|
49 |
"""
|
50 |
)
|
51 |
with gr.Row():
|
|
|
58 |
|
59 |
gr.Examples(['examples/1.jpg', 'examples/2.jpg'], inputs=image, cache_examples=True, cache_mode='lazy', fn=search_face, outputs=[output, countwg])
|
60 |
|
61 |
+
search_face_button.click(search_face, inputs=image, outputs=[output, countwg], api_name=False)
|
62 |
|
63 |
gr.HTML('<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FFaceOnLive%2FFace-Search-Online"><img src="https://api.visitorbadge.io/api/combined?path=https%3A%2F%2Fhuggingface.co%2Fspaces%2FFaceOnLive%2FFace-Search-Online&labelColor=%23ff8a65&countColor=%2337d67a&style=flat&labelStyle=upper" /></a>')
|
64 |
|