Update app.py
Browse files
app.py
CHANGED
|
@@ -413,17 +413,6 @@ with gr.Blocks(
|
|
| 413 |
label="First Image",
|
| 414 |
show_download_button=False
|
| 415 |
)
|
| 416 |
-
gr.Examples(
|
| 417 |
-
examples=[
|
| 418 |
-
"assets/1.jpg",
|
| 419 |
-
"assets/2.jpg",
|
| 420 |
-
"assets/3.jpg",
|
| 421 |
-
"assets/4.jpg",
|
| 422 |
-
],
|
| 423 |
-
inputs=im_match_in1,
|
| 424 |
-
label="First Image Examples",
|
| 425 |
-
examples_per_page=4
|
| 426 |
-
)
|
| 427 |
|
| 428 |
# Second Image
|
| 429 |
with gr.Column(scale=1, elem_classes="upload-image-col"):
|
|
@@ -433,17 +422,6 @@ with gr.Blocks(
|
|
| 433 |
label="Second Image",
|
| 434 |
show_download_button=False
|
| 435 |
)
|
| 436 |
-
gr.Examples(
|
| 437 |
-
examples=[
|
| 438 |
-
"assets/1-1.jpg",
|
| 439 |
-
"assets/2-1.jpg",
|
| 440 |
-
"assets/3-1.jpg",
|
| 441 |
-
"assets/4-1.jpg",
|
| 442 |
-
],
|
| 443 |
-
inputs=im_match_in2,
|
| 444 |
-
label="Second Image Examples",
|
| 445 |
-
examples_per_page=4
|
| 446 |
-
)
|
| 447 |
|
| 448 |
btn_f_match = gr.Button(
|
| 449 |
"Compare Faces 🚀",
|
|
|
|
| 413 |
label="First Image",
|
| 414 |
show_download_button=False
|
| 415 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 416 |
|
| 417 |
# Second Image
|
| 418 |
with gr.Column(scale=1, elem_classes="upload-image-col"):
|
|
|
|
| 422 |
label="Second Image",
|
| 423 |
show_download_button=False
|
| 424 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 425 |
|
| 426 |
btn_f_match = gr.Button(
|
| 427 |
"Compare Faces 🚀",
|