ImagineAI-Real commited on
Commit
628f17f
1 Parent(s): a273fc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ inputs = [
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.",
83
  examples=[["A cat sitting on a chair"],
84
  ["A landscape with mountains and a lake"],
 
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'>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"],