Tejasva-Maurya commited on
Commit
11c0f0a
·
verified ·
1 Parent(s): 0799051

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -186,7 +186,9 @@ def platform_page():
186
  placeholder="E.g., A vivid image of a flowing red silk dress in a windy desert...",
187
  )
188
 
189
- user_input = f"""Instruction: Generate a highly detailed and vivid prompt based on the user input, specifically for the art and design industry, with a focus on clothing... User Input: {Raw_user_input}"""
 
 
190
 
191
  if st.button("Generate Prompt"):
192
  with st.spinner("Generating Prompts..."):
 
186
  placeholder="E.g., A vivid image of a flowing red silk dress in a windy desert...",
187
  )
188
 
189
+ user_input = f"""Instruction:Generate a highly detailed and vivid prompt based on the user input, specifically for the art and design industry, with a focus on clothing. The prompt should thoroughly describe visual elements such as textures, colors, patterns, and fabric types, tailored to the context of fashion design. Incorporate details about the style, setting, and mood to effectively showcase the clothing item. The prompt should guide the creation of a realistic, lifelike image of the dress, ensuring that it is depicted from head to toe and is complete in every aspect. Emphasize that the dress must appear realistic and visually captivating.
190
+ Make sure the prompt is rich in detail to enhance the image model's ability to generate an accurate and visually compelling representation. Do not include any instructions or additional details; provide only the refined prompt.
191
+ User Input: {Raw_user_input}"""
192
 
193
  if st.button("Generate Prompt"):
194
  with st.spinner("Generating Prompts..."):