Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import time
|
|
9 |
repo = "artificialguybr/TshirtDesignRedmond-V2"
|
10 |
def infer(color_prompt, dress_type_prompt, design_prompt, text):
|
11 |
prompt = (
|
12 |
-
f"A single {color_prompt} colored {dress_type_prompt} featuring a bold {design_prompt} design on the
|
13 |
full_prompt = f"{prompt}"
|
14 |
|
15 |
print("Generating image with prompt:", full_prompt)
|
|
|
9 |
repo = "artificialguybr/TshirtDesignRedmond-V2"
|
10 |
def infer(color_prompt, dress_type_prompt, design_prompt, text):
|
11 |
prompt = (
|
12 |
+
f"A single {color_prompt} colored {dress_type_prompt} featuring a bold {design_prompt} design printed on the {dress_type_prompt}, hanging on a plain wall. The soft light and shadows, creating a striking contrast against the minimal background, evoking modern sophistication.")
|
13 |
full_prompt = f"{prompt}"
|
14 |
|
15 |
print("Generating image with prompt:", full_prompt)
|