Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -52,9 +52,9 @@ def infer(
|
|
52 |
|
53 |
|
54 |
examples = [
|
55 |
-
"
|
56 |
"An astronaut riding a green horse",
|
57 |
-
"
|
58 |
]
|
59 |
|
60 |
css = """
|
@@ -66,7 +66,7 @@ css = """
|
|
66 |
|
67 |
with gr.Blocks(css=css) as demo:
|
68 |
with gr.Column(elem_id="col-container"):
|
69 |
-
gr.Markdown(" # Text-to-Image
|
70 |
|
71 |
with gr.Row():
|
72 |
prompt = gr.Text(
|
|
|
52 |
|
53 |
|
54 |
examples = [
|
55 |
+
"Cute small dog sitting in a movie theater eating popcorn watching a movie, cold color palette, muted colors, detailed, 8k",
|
56 |
"An astronaut riding a green horse",
|
57 |
+
"cute toy owl made of suede",
|
58 |
]
|
59 |
|
60 |
css = """
|
|
|
66 |
|
67 |
with gr.Blocks(css=css) as demo:
|
68 |
with gr.Column(elem_id="col-container"):
|
69 |
+
gr.Markdown(" # Text-to-Image")
|
70 |
|
71 |
with gr.Row():
|
72 |
prompt = gr.Text(
|