gaur3009 commited on
Commit
c8a78c1
1 Parent(s): 47c33b9

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 single {color_prompt} colored {dress_type_prompt} with a bold, detailed {design_prompt} design printed on the front of the {dress_type_prompt}, hanging 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 and {text} written on the {dress_type_prompt}. The contrast between the text and the calm background creates a striking visual. The image evokes a sense of modern sophistication, focusing solely on the {dress_type_prompt} and its design")
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 {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)