Update app.py
Browse files
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 |
-
"
|
44 |
-
"
|
45 |
-
"
|
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
|
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 |
|