KingNish commited on
Commit
ac71998
1 Parent(s): 2c32534

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 blue horse on Mars, photorealistic",
92
- "a cartoon of a boy playing with a tiger, 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,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)