ImagineAI-Real commited on
Commit
9b2f4a0
1 Parent(s): 28b73bc

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="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"]])
 
78
 
79
  outputs = gr.outputs.Image(label="Generated Image", type="pil")
80
 
81
+ interface = gr.Interface(generate_image, inputs, outputs, title="<a href='https://huggingface.co/spaces/ImagineAI-Real/ImagineAI-Image-Generator/edit/main/app.py'>ImagineAI-Real/ImagineAI Image Generator</a>",
82
+ description="Enter a prompt, click Submit and wait a bit for your image.<br/>If taking too long, duplicate the space. Name it the same please and link this space.",
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"]])