Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,16 +33,16 @@ def throttle():
|
|
33 |
|
34 |
PROMPT_VARIATIONS = [
|
35 |
# 1: Front view
|
36 |
-
"
|
37 |
|
38 |
# 2: Left-side view
|
39 |
-
"
|
40 |
|
41 |
# 3: Right-side view
|
42 |
-
"
|
43 |
|
44 |
# 4: Top-down view
|
45 |
-
"
|
46 |
]
|
47 |
|
48 |
# Detailed prompt variations for different backgrounds/angles
|
|
|
33 |
|
34 |
PROMPT_VARIATIONS = [
|
35 |
# 1: Front view
|
36 |
+
"Generate a PIXEL-PERFECT reproduction of the EXACT product from the input image, preserving all colors, text, shapes, and textures identically, on a PURE WHITE background. View: rotated 45° to the front-right.",
|
37 |
|
38 |
# 2: Left-side view
|
39 |
+
"Generate a PIXEL-PERFECT reproduction of the EXACT product from the input image, preserving all colors, text, shapes, and textures identically, on a PURE WHITE background. View: direct front-facing",
|
40 |
|
41 |
# 3: Right-side view
|
42 |
+
"Generate a PIXEL-PERFECT reproduction of the EXACT product from the input image, preserving all colors, text, shapes, and textures identically, on a PURE WHITE background. View: exact side profile (90° right).",
|
43 |
|
44 |
# 4: Top-down view
|
45 |
+
"Generate a PIXEL-PERFECT reproduction of the EXACT product from the input image, preserving all colors, text, shapes, and textures identically, on a PURE WHITE background. View: directly from above (top-down)."
|
46 |
]
|
47 |
|
48 |
# Detailed prompt variations for different backgrounds/angles
|