fix: change description examples
Browse files
app.py
CHANGED
@@ -374,14 +374,14 @@ with gr.Blocks(css=css) as WeShop:
|
|
374 |
inputs=text_description_input,
|
375 |
examples_per_page=12,
|
376 |
examples=[
|
377 |
-
"Keep the background unchanged
|
378 |
-
"
|
379 |
-
"
|
380 |
"Change pose",
|
381 |
-
"
|
382 |
-
"
|
383 |
-
"
|
384 |
-
"Low
|
385 |
],
|
386 |
outputs=text_description_input
|
387 |
)
|
@@ -407,12 +407,12 @@ with gr.Blocks(css=css) as WeShop:
|
|
407 |
examples=[
|
408 |
[
|
409 |
"assets/human/07.png",
|
410 |
-
"
|
411 |
"assets/examples/result_07_01.jpeg",
|
412 |
],
|
413 |
[
|
414 |
"assets/human/01.png",
|
415 |
-
"
|
416 |
"assets/examples/result_01_01.jpeg"
|
417 |
],
|
418 |
[
|
@@ -422,7 +422,7 @@ with gr.Blocks(css=css) as WeShop:
|
|
422 |
],
|
423 |
[
|
424 |
"assets/human/04.png",
|
425 |
-
"Keep the background unchanged
|
426 |
"assets/examples/result_04_01.jpeg"
|
427 |
],
|
428 |
],
|
|
|
374 |
inputs=text_description_input,
|
375 |
examples_per_page=12,
|
376 |
examples=[
|
377 |
+
"Keep the background unchanged, only change the person's pose",
|
378 |
+
"Following camera angle",
|
379 |
+
"Change to back view",
|
380 |
"Change pose",
|
381 |
+
"Scene remains unchanged, clothing shown from multiple angles",
|
382 |
+
"Walking angle",
|
383 |
+
"Model simulating walking posture",
|
384 |
+
"Low angle upward shot",
|
385 |
],
|
386 |
outputs=text_description_input
|
387 |
)
|
|
|
407 |
examples=[
|
408 |
[
|
409 |
"assets/human/07.png",
|
410 |
+
"Walking angle",
|
411 |
"assets/examples/result_07_01.jpeg",
|
412 |
],
|
413 |
[
|
414 |
"assets/human/01.png",
|
415 |
+
"Following camera angle",
|
416 |
"assets/examples/result_01_01.jpeg"
|
417 |
],
|
418 |
[
|
|
|
422 |
],
|
423 |
[
|
424 |
"assets/human/04.png",
|
425 |
+
"Keep the background unchanged, only change the person's pose",
|
426 |
"assets/examples/result_04_01.jpeg"
|
427 |
],
|
428 |
],
|