lichih commited on
Commit
7a0dabc
·
verified ·
1 Parent(s): 7adf313

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -40,9 +40,9 @@ def infer(prompt, negative_prompt="", seed=42, randomize_seed=False, width=512,
40
  return image, seed
41
 
42
  examples = [
43
- "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
44
- "An astronaut riding a green horse",
45
- "A delicious ceviche cheesecake slice",
46
  ]
47
 
48
  css="""
@@ -61,7 +61,7 @@ with gr.Blocks(css=css) as demo:
61
 
62
  with gr.Column(elem_id="col-container"):
63
  gr.Markdown(f"""
64
- # Text-to-Image Gradio Template
65
  Currently running on {power_device}.
66
  """)
67
 
 
40
  return image, seed
41
 
42
  examples = [
43
+ "modern landscape garden, cold color palette, muted colors, detailed, 8k",
44
+ "modern house",
45
+ "urban river landcape",
46
  ]
47
 
48
  css="""
 
61
 
62
  with gr.Column(elem_id="col-container"):
63
  gr.Markdown(f"""
64
+ # LCLab Text-to-Image Demo
65
  Currently running on {power_device}.
66
  """)
67