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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ inputs = [
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"]])
 
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.",
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"]])