developer0hye commited on
Commit
40f1b54
·
verified ·
1 Parent(s): 454000f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():