ginipick commited on
Commit
01b0812
·
verified ·
1 Parent(s): b5e69cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -830,7 +830,7 @@ def create_demo():
830
 
831
  with gr.Row():
832
  with gr.Column():
833
- prompt = gr.Textbox(label="Prompt(한글 가능)", value="a photo of a forest with mist swirling around the tree trunks. The word 'FLUX' is painted over it in big, red brush strokes with visible texture")
834
 
835
  width = gr.Slider(minimum=128, maximum=2048, step=64, label="Width", value=1360)
836
  height = gr.Slider(minimum=128, maximum=2048, step=64, label="Height", value=768)
 
830
 
831
  with gr.Row():
832
  with gr.Column():
833
+ prompt = gr.Textbox(label="Prompt(한글 가능)", value="A cute and fluffy golden retriever puppy sitting upright, holding a neatly designed white sign with bold, colorful lettering that reads 'Have a Happy Day!' in cheerful fonts. The puppy has expressive, sparkling eyes, a happy smile, and fluffy ears slightly flopped. The background is a vibrant and sunny meadow with soft-focus flowers, glowing sunlight filtering through the trees, and a warm golden glow that enhances the joyful atmosphere. The sign is framed with small decorative flowers, adding a charming and wholesome touch. Ensure the text on the sign is clear and legible.")
834
 
835
  width = gr.Slider(minimum=128, maximum=2048, step=64, label="Width", value=1360)
836
  height = gr.Slider(minimum=128, maximum=2048, step=64, label="Height", value=768)