Update app.py
Browse files
app.py
CHANGED
@@ -410,11 +410,11 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange") as demo:
|
|
410 |
gr.Examples(
|
411 |
inputs=vt_src_image,
|
412 |
examples_per_page=5,
|
413 |
-
examples=["
|
414 |
-
"
|
415 |
-
"
|
416 |
-
"
|
417 |
-
"
|
418 |
)
|
419 |
|
420 |
with gr.Column():
|
@@ -429,11 +429,11 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange") as demo:
|
|
429 |
gr.Examples(
|
430 |
inputs=vt_ref_image,
|
431 |
examples_per_page=5,
|
432 |
-
examples=["
|
433 |
-
"
|
434 |
-
"
|
435 |
-
"
|
436 |
-
"
|
437 |
)
|
438 |
|
439 |
with gr.Column():
|
@@ -460,11 +460,11 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange") as demo:
|
|
460 |
gr.Examples(
|
461 |
inputs=pt_ref_image,
|
462 |
examples_per_page=5,
|
463 |
-
examples=["
|
464 |
-
"
|
465 |
-
"
|
466 |
-
"
|
467 |
-
"
|
468 |
)
|
469 |
|
470 |
with gr.Column():
|
@@ -479,11 +479,11 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange") as demo:
|
|
479 |
gr.Examples(
|
480 |
inputs=pt_src_image,
|
481 |
examples_per_page=5,
|
482 |
-
examples=["
|
483 |
-
"
|
484 |
-
"
|
485 |
-
"
|
486 |
-
"
|
487 |
)
|
488 |
|
489 |
with gr.Column():
|
|
|
410 |
gr.Examples(
|
411 |
inputs=vt_src_image,
|
412 |
examples_per_page=5,
|
413 |
+
examples=["a1.webp",
|
414 |
+
"a2.webp",
|
415 |
+
"a3.webp",
|
416 |
+
"a4.webp",
|
417 |
+
"a5.webp"]
|
418 |
)
|
419 |
|
420 |
with gr.Column():
|
|
|
429 |
gr.Examples(
|
430 |
inputs=vt_ref_image,
|
431 |
examples_per_page=5,
|
432 |
+
examples=["b1.webp",
|
433 |
+
"b2.webp",
|
434 |
+
"b3.webp",
|
435 |
+
"b4.webp",
|
436 |
+
"b5.webp"]
|
437 |
)
|
438 |
|
439 |
with gr.Column():
|
|
|
460 |
gr.Examples(
|
461 |
inputs=pt_ref_image,
|
462 |
examples_per_page=5,
|
463 |
+
examples=["a1.webp",
|
464 |
+
"a2.webp",
|
465 |
+
"a3.webp",
|
466 |
+
"a4.webp",
|
467 |
+
"a5.webp"]
|
468 |
)
|
469 |
|
470 |
with gr.Column():
|
|
|
479 |
gr.Examples(
|
480 |
inputs=pt_src_image,
|
481 |
examples_per_page=5,
|
482 |
+
examples=["d1.webp",
|
483 |
+
"d2.webp",
|
484 |
+
"d3.webp",
|
485 |
+
"d4.webp",
|
486 |
+
"d5.webp"]
|
487 |
)
|
488 |
|
489 |
with gr.Column():
|