JeCabrera commited on
Commit
9f34bf5
·
verified ·
1 Parent(s): 2efdd6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -103,6 +103,12 @@ h1, h2, h3, h4, h5, h6 {
103
  }
104
  """
105
 
 
 
 
 
 
 
106
  with gr.Blocks(css=css) as app:
107
  gr.HTML("""
108
  <center>
@@ -114,6 +120,8 @@ with gr.Blocks(css=css) as app:
114
  with gr.Row():
115
  with gr.Column(scale=1):
116
  text_prompt = gr.Textbox(label="¿Cuál fue tu sueño?", placeholder="Describe lo que soñaste, no omitas ningún detalle.", lines=2, elem_id="prompt-text-input")
 
 
117
 
118
  with gr.Accordion("Opciones Avanzadas", open=False):
119
  negative_prompt = gr.Textbox(
 
103
  }
104
  """
105
 
106
+ examples = [
107
+ "A group of Minions, the small, yellow, goggle-wearing characters, trapped inside in the same large square block of transparent ice. Their comical expressions of surprise and confusion are clearly visible through the ice, with their characteristic overalls and goggles still intact. The surrounding ice is frosted and cracked, with hints of blue light reflecting off the surface. The scene is set in a wintry environment, with snowflakes gently falling and an icy landscape stretching into the back.",
108
+ "A golden brown horse, trotting forward with bright, expressive eyes and a joyful expression, is captured in stunning 8K realism. The vibrant, colorful sky features brilliantly bright, multicolored clouds in deep blue, pink, and orange hues. The horse's rich coat contrasts beautifully with the swirling clouds, creating a striking and dynamic scene full of energy and joy.",
109
+ "((Helmet of Kylo Ren)) in dominant shape of cat, heavily adapted to the physical characteristics of (((cat))), incorporating rugged texture and robust elements. Ultra-detailed 3D render with exquisite rim lighting, vibrant and hyper-realistic textures. Majestic design, imposing presence, polished tones according to (colors of Kylo Ren). Contrasted and meticulously crafted background, high-quality octane rendering, 8K."
110
+ ]
111
+
112
  with gr.Blocks(css=css) as app:
113
  gr.HTML("""
114
  <center>
 
120
  with gr.Row():
121
  with gr.Column(scale=1):
122
  text_prompt = gr.Textbox(label="¿Cuál fue tu sueño?", placeholder="Describe lo que soñaste, no omitas ningún detalle.", lines=2, elem_id="prompt-text-input")
123
+
124
+ gr.Examples(examples=examples, inputs=text_prompt)
125
 
126
  with gr.Accordion("Opciones Avanzadas", open=False):
127
  negative_prompt = gr.Textbox(