Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def infer(color_prompt, dress_type_prompt, design_prompt):
|
|
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 printedon the {dress_type_prompt},"
|
16 |
-
f"facing front"
|
17 |
f"The fabric has realistic texture,"
|
18 |
f"smooth folds, and accurate lighting. The design is perfectly aligned, with natural shadows "
|
19 |
f"and highlights, creating a photorealistic look."
|
|
|
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 printedon the {dress_type_prompt},"
|
16 |
+
f"facing front, hanging on he plain wall"
|
17 |
f"The fabric has realistic texture,"
|
18 |
f"smooth folds, and accurate lighting. The design is perfectly aligned, with natural shadows "
|
19 |
f"and highlights, creating a photorealistic look."
|