ans123 commited on
Commit
8b89e67
·
verified ·
1 Parent(s): ed0a3aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -493,7 +493,7 @@ def create_ui():
493
  with gr.Row():
494
  with gr.Column():
495
  user_image = gr.Image(type="pil", label="Upload a Face Image")
496
- scan_btn = gr.Button("Find High-Similarity Matches (0.80+)", variant="primary")
497
 
498
  with gr.Column():
499
  matches_gallery = gr.Gallery(label="🔍 High-Similarity Matches", columns=[3], height="auto")
 
493
  with gr.Row():
494
  with gr.Column():
495
  user_image = gr.Image(type="pil", label="Upload a Face Image")
496
+ scan_btn = gr.Button("Run the Scan", variant="primary")
497
 
498
  with gr.Column():
499
  matches_gallery = gr.Gallery(label="🔍 High-Similarity Matches", columns=[3], height="auto")