Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -88,8 +88,8 @@ def generate(
|
|
| 88 |
|
| 89 |
examples = [
|
| 90 |
"a cat eating a piece of cheese",
|
| 91 |
-
"a ROBOT riding a
|
| 92 |
-
"a cartoon of a
|
| 93 |
"a cute robot artist painting on an easel, concept art",
|
| 94 |
"Astronaut in a jungle, cold color palette, oil pastel, detailed, 8k",
|
| 95 |
"An alien grasping a sign board contain word 'Flash', sketch, detailed",
|
|
@@ -117,7 +117,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 117 |
container=False,
|
| 118 |
)
|
| 119 |
run_button = gr.Button("Run", scale=0)
|
| 120 |
-
result = gr.Gallery(label="Result")
|
| 121 |
with gr.Accordion("Advanced options", open=False):
|
| 122 |
with gr.Row():
|
| 123 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=True)
|
|
|
|
| 88 |
|
| 89 |
examples = [
|
| 90 |
"a cat eating a piece of cheese",
|
| 91 |
+
"a ROBOT riding a BLUE horse on Mars, photorealistic",
|
| 92 |
+
"a cartoon of a IRONMAN fighting with HULK, wall painting",
|
| 93 |
"a cute robot artist painting on an easel, concept art",
|
| 94 |
"Astronaut in a jungle, cold color palette, oil pastel, detailed, 8k",
|
| 95 |
"An alien grasping a sign board contain word 'Flash', sketch, detailed",
|
|
|
|
| 117 |
container=False,
|
| 118 |
)
|
| 119 |
run_button = gr.Button("Run", scale=0)
|
| 120 |
+
result = gr.Gallery(label="Result", columns=1)
|
| 121 |
with gr.Accordion("Advanced options", open=False):
|
| 122 |
with gr.Row():
|
| 123 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=True)
|