Advait3009 commited on
Commit
cf63cde
·
verified ·
1 Parent(s): 9bd3fcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ repo = "artificialguybr/TshirtDesignRedmond-V2"
10
  def refine_prompt(color_prompt, dress_type_prompt, design_prompt, text):
11
  """Uses prompt engineering techniques to enhance the input."""
12
  refined_prompt = (
13
- f"A high-resolution, premium-quality {color_prompt} {dress_type_prompt} with a {design_prompt}. "
14
  f"The design is visually striking, seamlessly integrated, and enhances the garment's texture. "
15
  f"The fabric appears realistic with natural folds, shadows, and highlights, giving it an authentic look. "
16
  f"The print is sharp and detailed, free from distortions or misalignment. "
 
10
  def refine_prompt(color_prompt, dress_type_prompt, design_prompt, text):
11
  """Uses prompt engineering techniques to enhance the input."""
12
  refined_prompt = (
13
+ f"A high-resolution realistic and natural, premium-quality {color_prompt} {dress_type_prompt} with a {design_prompt}. "
14
  f"The design is visually striking, seamlessly integrated, and enhances the garment's texture. "
15
  f"The fabric appears realistic with natural folds, shadows, and highlights, giving it an authentic look. "
16
  f"The print is sharp and detailed, free from distortions or misalignment. "