WeShop commited on
Commit
a609250
·
1 Parent(s): d21a328

fix: change description examples

Browse files
Files changed (1) hide show
  1. app.py +10 -10
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 and only change the model's pose",
378
- "Follow-shot view",
379
- "Switch to a back view",
380
  "Change pose",
381
- "The scene stays the same, while the outfit is shown from multiple angles",
382
- "Dynamic walking pose",
383
- "Simulating a model walking motion",
384
- "Low-angle upward shoot",
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
- "Dynamic walking pose",
411
  "assets/examples/result_07_01.jpeg",
412
  ],
413
  [
414
  "assets/human/01.png",
415
- "Follow-shot view",
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 and only change the model's pose",
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
  ],