Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,9 @@ 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
|
|
|
|
|
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 printedon the {dress_tyoe_prompt},"
|
16 |
+
f"hanging on the 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."
|
20 |
)
|