Kvikontent commited on
Commit
bec0081
·
1 Parent(s): f11b778

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -243,11 +243,11 @@ iface = gr.Interface(
243
  inputs=gr.Textbox(lines=5, max_lines=6, label="Enter promt"),
244
  outputs=gr.outputs.Image(label="Generated Image", type="pil"),
245
  title="KVIImager 2.0 - Image Generator",
246
- description="Generate images based on a prompt.",
247
  examples=[
248
- ["I want a face"],
249
- ["I want a landscape"],
250
- ["I want an animal"]
251
  ]
252
  )
253
 
 
243
  inputs=gr.Textbox(lines=5, max_lines=6, label="Enter promt"),
244
  outputs=gr.outputs.Image(label="Generated Image", type="pil"),
245
  title="KVIImager 2.0 - Image Generator",
246
+ description="Generate images based on a prompt. Sorry from us, but it can don't understand promt currefully. It has 110 parametres",
247
  examples=[
248
+ ["Realistic face, high-resolution, realistic, 4k, 8k, face, image"],
249
+ ["Realistic image of beautiful landscape and mountains, 4k, beautifull, realistic, landscape, ai, mountains"],
250
+ ["Image of an animal with high details, 4k, realistic, animals"]
251
  ]
252
  )
253