Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def calculate_similarity(img1, img2):
|
|
54 |
|
55 |
# Create Gradio interface with custom layout
|
56 |
with gr.Blocks() as iface:
|
57 |
-
gr.Markdown("# Face Recognition with TopoFR")
|
58 |
gr.Markdown("Compare two faces to calculate their cosine similarity.")
|
59 |
|
60 |
with gr.Row():
|
|
|
54 |
|
55 |
# Create Gradio interface with custom layout
|
56 |
with gr.Blocks() as iface:
|
57 |
+
gr.Markdown("# Face Recognition with [TopoFR](https://github.com/DanJun6737/TopoFR)")
|
58 |
gr.Markdown("Compare two faces to calculate their cosine similarity.")
|
59 |
|
60 |
with gr.Row():
|