Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ repo = "artificialguybr/TshirtDesignRedmond-V2"
|
|
9 |
|
10 |
def infer(color_prompt, Phone_type_prompt, design_prompt):
|
11 |
prompt = (
|
12 |
-
f"A single {color_prompt} colored {Phone_type_prompt} back cover featuring a bold {design_prompt} design on the front, hanging on the 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)
|
|
|
9 |
|
10 |
def infer(color_prompt, Phone_type_prompt, design_prompt):
|
11 |
prompt = (
|
12 |
+
f"A single vertical {color_prompt} colored {Phone_type_prompt} back cover featuring a bold {design_prompt} design on the front, hanging on the 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)
|