Update app.py
Browse files
app.py
CHANGED
@@ -66,17 +66,13 @@ with gr.Blocks() as demo:
|
|
66 |
## For more detailed information, please check on our website.<br/>
|
67 |
## [FaceOnLive: On-premises ID Verification, Biometric Authentication Solution Provider](https://faceonlive.com)
|
68 |
<br>
|
69 |
-
|
70 |
-
## Looking to embed this on your website? Use the HTML code below.
|
71 |
-
```html
|
72 |
-
<script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/5.5.0/gradio.js"></script>
|
73 |
-
<gradio-app src="https://faceonlive-face-search-online.hf.space"></gradio-app>
|
74 |
-
```
|
75 |
"""
|
76 |
)
|
77 |
with gr.Row():
|
78 |
with gr.Column(scale=1):
|
79 |
image = gr.Image(type='filepath', height=480)
|
|
|
|
|
80 |
search_face_button = gr.Button("Search Face")
|
81 |
with gr.Column(scale=2):
|
82 |
output = gr.Gallery(label="Found Images", columns=[4], object_fit="contain", height="auto")
|
|
|
66 |
## For more detailed information, please check on our website.<br/>
|
67 |
## [FaceOnLive: On-premises ID Verification, Biometric Authentication Solution Provider](https://faceonlive.com)
|
68 |
<br>
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
"""
|
70 |
)
|
71 |
with gr.Row():
|
72 |
with gr.Column(scale=1):
|
73 |
image = gr.Image(type='filepath', height=480)
|
74 |
+
gr.Text("(Optional) Premium Token via the link below.")
|
75 |
+
gr.HTML("<a href='https://faceonlive.pocketsflow.com/checkout?productId=676c15b1971244a587ca07cb' target='_blank'>Get Premium Token: Perform Deep Search & Full URLs</a>")
|
76 |
search_face_button = gr.Button("Search Face")
|
77 |
with gr.Column(scale=2):
|
78 |
output = gr.Gallery(label="Found Images", columns=[4], object_fit="contain", height="auto")
|