RamAnanth1 commited on
Commit
dcf7fbf
1 Parent(s): e40b727

Modify examples

Browse files
Files changed (1) hide show
  1. gradio_pose.py +1 -1
gradio_pose.py CHANGED
@@ -20,7 +20,7 @@ def create_demo(process):
20
  ips = [input_img,prompt, neg_prompt, fix_sample, scale, con_strength, base_model]
21
  run_button.click(fn=process, inputs=ips, outputs=[result])
22
 
23
- examples_list = [["iron.png", "iron man, cyberpunk",
24
  "ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, extra limbs, disfigured, deformed, body out of frame, bad anatomy, watermark, signature, cut off, low contrast, underexposed, overexposed, bad art, beginner, amateur, distorted face",
25
  'True',
26
  7.5,
 
20
  ips = [input_img,prompt, neg_prompt, fix_sample, scale, con_strength, base_model]
21
  run_button.click(fn=process, inputs=ips, outputs=[result])
22
 
23
+ examples_list = [["human.png", "beautiful girl",
24
  "ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, extra limbs, disfigured, deformed, body out of frame, bad anatomy, watermark, signature, cut off, low contrast, underexposed, overexposed, bad art, beginner, amateur, distorted face",
25
  'True',
26
  7.5,