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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -29,6 +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
  "prompt": " natural light, natural bright colors, low quality, candid, grainy, instagram photo, phone camera, candid, blurry home video, high iso noisy" ,
33
  "seed": 42,
34
  }
 
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
  }