wooyeolbaek commited on
Commit
321bbea
1 Parent(s): bfe5c12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ with gr.Blocks() as demo:
41
  # 🚀 Text-to-Image Cross Attention Map for 🧨 Diffusers ⚡
42
  """
43
  )
44
- prompt = gr.Textbox(value="A capybara holding a sign that reads Hello World.", label="Prompt", lines=2)
45
  btn = gr.Button("Generate images", scale=0)
46
 
47
  with gr.Row():
 
41
  # 🚀 Text-to-Image Cross Attention Map for 🧨 Diffusers ⚡
42
  """
43
  )
44
+ 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)
45
  btn = gr.Button("Generate images", scale=0)
46
 
47
  with gr.Row():