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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -240,7 +240,7 @@ def generate_image(prompt):
240
 
241
  iface = gr.Interface(
242
  fn=generate_image,
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.",
 
240
 
241
  iface = gr.Interface(
242
  fn=generate_image,
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.",