gaur3009 commited on
Commit
a37b9ff
·
verified ·
1 Parent(s): c8a78c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 {color_prompt} {dress_type_prompt} featuring a bold {design_prompt} design on the front, hanging on a plain wall. The soft light and shadows highlight the crisp lines and {text}, creating a striking contrast against the minimal background, evoking modern sophistication.")
16
  full_prompt = f"{prompt}"
17
 
18
  print("Generating image with prompt:", full_prompt)
 
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} featuring a bold {design_prompt} design on the front, hanging on a plain wall. The soft light and shadows highlight the crisp lines and {text}, creating a striking contrast against the minimal background, evoking modern sophistication.")
16
  full_prompt = f"{prompt}"
17
 
18
  print("Generating image with prompt:", full_prompt)