recoilme commited on
Commit
739b156
·
verified ·
1 Parent(s): 5fe4ebc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -154,7 +154,8 @@ def infer(
154
 
155
  examples = [
156
  "A delicious ceviche cheesecake slice",
157
- "woman", "a young boy stands in a fighting stance, his body poised for action. He is dressed in traditional samurai attire, complete with a white headband and a gray kimono.",
 
158
  "мужчина, в имперских доспехах будущего",
159
  "full body, cool girl, Wearing a gentleman's hat, holding a camera, steampunk style, c4d style, blender style, 3D style, High resolution, lots of detail. OC rendering, 3D rendering, hyper-realistic details, best quality, HD, 8K",
160
  "In a cyberpunk world, a female demon with striking red eyes and blonde hair stands out. She's dressed in a military uniform, with a peaked cap and a black tie. ",
@@ -176,7 +177,7 @@ with gr.Blocks(css=css) as demo:
176
  prompt = gr.Text(
177
  label="Prompt",
178
  show_label=False,
179
- max_lines=3,
180
  placeholder="Enter your prompt",
181
  container=False,
182
  )
 
154
 
155
  examples = [
156
  "A delicious ceviche cheesecake slice",
157
+ "На фото не совсем обычная гроза над штатом Арканзас (США). Странное и пугающее явление иногда называют 'спрайт. Наука сейчас считает, что это высотный электрический разряд красноватого оттенка, формирующийся над грозовыми облаками на высоте 50-80 км.",
158
+ "a young boy stands in a fighting stance, his body poised for action. He is dressed in traditional samurai attire, complete with a white headband and a gray kimono.",
159
  "мужчина, в имперских доспехах будущего",
160
  "full body, cool girl, Wearing a gentleman's hat, holding a camera, steampunk style, c4d style, blender style, 3D style, High resolution, lots of detail. OC rendering, 3D rendering, hyper-realistic details, best quality, HD, 8K",
161
  "In a cyberpunk world, a female demon with striking red eyes and blonde hair stands out. She's dressed in a military uniform, with a peaked cap and a black tie. ",
 
177
  prompt = gr.Text(
178
  label="Prompt",
179
  show_label=False,
180
+ max_lines=5,
181
  placeholder="Enter your prompt",
182
  container=False,
183
  )