prithivMLmods commited on
Commit
47b061d
·
verified ·
1 Parent(s): fe893d4

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -361,7 +361,7 @@ with gr.Blocks() as demo:
361
  gr.Examples(
362
  examples=[
363
  [["examples/B.jpg"], "Transform into anime.", "Photo-to-Anime"],
364
- [["examples/P1.jpg"], ["examples/P2.jpg"], "Make the person in image 1 do the exact same pose of the person in image 2. Changing the style and background of the image of the person in image 1 is undesirable, so don't do it. The new pose should be pixel accurate to the pose we are trying to copy. The position of the arms and head and legs should be the same as the pose we are trying to copy. Change the field of view and angle to match exactly image 2. Head tilt and eye gaze pose should match the person in image 2.", "Any-Pose"],
365
  [["examples/A.jpeg"], "Rotate the camera 45 degrees to the right.", "Multiple-Angles"],
366
  ],
367
  inputs=[images, prompt, lora_adapter],
 
361
  gr.Examples(
362
  examples=[
363
  [["examples/B.jpg"], "Transform into anime.", "Photo-to-Anime"],
364
+ [["examples/P1.jpg", "examples/P2.jpg"], "Make the person in image 1 do the exact same pose of the person in image 2. Changing the style and background of the image of the person in image 1 is undesirable, so don't do it. The new pose should be pixel accurate to the pose we are trying to copy. The position of the arms and head and legs should be the same as the pose we are trying to copy. Change the field of view and angle to match exactly image 2. Head tilt and eye gaze pose should match the person in image 2.", "Any-Pose"],
365
  [["examples/A.jpeg"], "Rotate the camera 45 degrees to the right.", "Multiple-Angles"],
366
  ],
367
  inputs=[images, prompt, lora_adapter],