Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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")
|