ImagineAI-Real commited on
Commit
28b73bc
1 Parent(s): 5def6cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -78,8 +78,8 @@ inputs = [
78
 
79
  outputs = gr.outputs.Image(label="Generated Image", type="pil")
80
 
81
- interface = gr.Interface(generate_image, inputs, outputs, title="Generate Images from Prompts",
82
- description="Enter a prompt and generate an image using this API.",
83
  examples=[["A cat sitting on a chair"],
84
  ["A landscape with mountains and a lake"],
85
  ["A portrait of a woman with red hair"]])
 
78
 
79
  outputs = gr.outputs.Image(label="Generated Image", type="pil")
80
 
81
+ interface = gr.Interface(generate_image, inputs, outputs, title="ImagineAI Image Generator",
82
+ description="Enter a prompt, click Submit and wait a bit for your image.",
83
  examples=[["A cat sitting on a chair"],
84
  ["A landscape with mountains and a lake"],
85
  ["A portrait of a woman with red hair"]])