Update app.py
Browse files
app.py
CHANGED
@@ -132,10 +132,10 @@ def compare_face(frame1, frame2):
|
|
132 |
with gr.Blocks() as demo:
|
133 |
gr.Markdown(
|
134 |
"""
|
135 |
-
# Recognito Face Analysis
|
136 |
## NIST FRVT Top #1 Face Recognition Algorithm Developer<br/>
|
137 |
## Contact us at https://recognito.vision
|
138 |
-
|
139 |
"""
|
140 |
)
|
141 |
with gr.Row():
|
|
|
132 |
with gr.Blocks() as demo:
|
133 |
gr.Markdown(
|
134 |
"""
|
135 |
+
# **Recognito Face Analysis**
|
136 |
## NIST FRVT Top #1 Face Recognition Algorithm Developer<br/>
|
137 |
## Contact us at https://recognito.vision
|
138 |
+
<img src="https://recognito.vision/wp-content/uploads/2023/12/black-1.png" alt="NIST FRVT 1:1 Leaderboard" width="50%">
|
139 |
"""
|
140 |
)
|
141 |
with gr.Row():
|