gaur3009 commited on
Commit
9f68a51
·
verified ·
1 Parent(s): db21836

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def infer(color_prompt, dress_type_prompt, design_prompt, text):
12
  # Improved prompt for higher accuracy
13
  prompt = (
14
  f"A high-quality digital image of a {color_prompt} {dress_type_prompt}, "
15
- f"featuring a {design_prompt} printed in sharp detail. The fabric has realistic texture, "
16
  f"smooth folds, and accurate lighting. The design is perfectly aligned, with natural shadows "
17
  f"and highlights, creating a photorealistic look."
18
  )
 
12
  # Improved prompt for higher accuracy
13
  prompt = (
14
  f"A high-quality digital image of a {color_prompt} {dress_type_prompt}, "
15
+ f"featuring a {design_prompt} printed in sharp detail, hanging on the plain wall. The fabric has realistic texture, "
16
  f"smooth folds, and accurate lighting. The design is perfectly aligned, with natural shadows "
17
  f"and highlights, creating a photorealistic look."
18
  )