Prakh24s commited on
Commit
d002775
·
verified ·
1 Parent(s): 4e220dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def style_transfer(input_image_path, style_image_path, revised_prompt):
29
  "image_style": open(style_image_path, "rb"),
30
  "style_strength": 0.4,
31
  "structure_strength":1.2,
32
- "negative_prompt": "hands, fingers",
33
  "prompt": " natural light, natural bright colors, low quality, candid, grainy, instagram photo, phone camera, candid, blurry home video, high iso noisy" ,
34
  "seed": 42,
35
  }
 
29
  "image_style": open(style_image_path, "rb"),
30
  "style_strength": 0.4,
31
  "structure_strength":1.2,
32
+ "negative_prompt": "hands, fingers, feet, legs",
33
  "prompt": " natural light, natural bright colors, low quality, candid, grainy, instagram photo, phone camera, candid, blurry home video, high iso noisy" ,
34
  "seed": 42,
35
  }