Spaces:
Runtime error
Runtime error
Update app.py
#1
by
Advait3009
- opened
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. "
|