wooyeolbaek commited on
Commit
1d61516
1 Parent(s): 7707a8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -46,7 +46,8 @@ with gr.Blocks() as demo:
46
  # 🚀 Text-to-Image Cross Attention Map for 🧨 Diffusers ⚡
47
  """
48
  )
49
- prompt = gr.Textbox(value="A photo of a black puppy, christmas atmosphere", label="Prompt", lines=2)
 
50
  btn = gr.Button("Generate images", scale=0)
51
 
52
  with gr.Row():
 
46
  # 🚀 Text-to-Image Cross Attention Map for 🧨 Diffusers ⚡
47
  """
48
  )
49
+ # prompt = gr.Textbox(value="A photo of a black puppy, christmas atmosphere", label="Prompt", lines=2)
50
+ prompt = gr.Textbox(value="A portrait photo of a kangaroo wearing an orange hoodie and blue sunglasses standing on the grass in front of the Sydney Opera House holding a sign on the chest that says 'SDXL'!.", label="Prompt", lines=2)
51
  btn = gr.Button("Generate images", scale=0)
52
 
53
  with gr.Row():