Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ repo = "artificialguybr/TshirtDesignRedmond-V2"
|
|
12 |
def infer(color_prompt, dress_type_prompt, design_prompt, text):
|
13 |
# Build the full prompt
|
14 |
prompt = (
|
15 |
-
f"A single {color_prompt} colored {dress_type_prompt} with a bold, detailed {design_prompt} design printed on the front of the {dress_type_prompt}, hangs effortlessly on a plain wall, its simplicity transformed by bold. The simplicity of the {dress_type_prompt} is transformed by the vibrant design, while soft light casts dynamic shadows, adding depth and emphasizing the crisp lines of the artwork.
|
16 |
)
|
17 |
# Conditional parts
|
18 |
if text:
|
|
|
12 |
def infer(color_prompt, dress_type_prompt, design_prompt, text):
|
13 |
# Build the full prompt
|
14 |
prompt = (
|
15 |
+
f"A single {color_prompt} colored {dress_type_prompt} with a bold, detailed {design_prompt} design printed on the front of the {dress_type_prompt}, hangs effortlessly on a plain wall, its simplicity transformed by bold. The simplicity of the {dress_type_prompt} is transformed by the vibrant design, while soft light casts dynamic shadows, adding depth and emphasizing the crisp lines of the artwork."
|
16 |
)
|
17 |
# Conditional parts
|
18 |
if text:
|