ImagineAI-Real commited on
Commit
ec82617
1 Parent(s): 3b7e01f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ inputs = [
78
  outputs = gr.outputs.Image(label="Generated Image", type="pil")
79
 
80
  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>",
81
- description="Enter a prompt, click Submit and wait a bit for your image.<br/>If taking too long, duplicate the space.<br/>Or use one of the others:<br><li><a href='https://huggingface.co/spaces/ImagineAI-Real/ImagineAI-Image-Generator'>ImagineAI-Image-Generator</a></li><li><a href='https://huggingface.co/spaces/ImagineAI-Real/ImagineAI-Image-Generator2'>ImagineAI-Image-Generator2</a></li><li><a href='https://huggingface.co/spaces/ImagineAI-Real/ImagineAI-Image-Generator3'>ImagineAI-Image-Generator3</a></li><br>Or <a href='https://ufile.io/vwyih7hj'>download our app</a>.",
82
  examples=[])
83
 
84
  interface.launch()
 
78
  outputs = gr.outputs.Image(label="Generated Image", type="pil")
79
 
80
  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>",
81
+ description="Enter a prompt, click Submit and wait a bit for your image.<br/>If taking too long, duplicate the space.<br/>Or use one of the others:<br><li><a href='https://huggingface.co/spaces/ImagineAI-Real/ImagineAI-Image-Generator'>ImagineAI-Image-Generator</a></li><li><a href='https://huggingface.co/spaces/ImagineAI-Real/ImagineAI-Image-Generator2'>ImagineAI-Image-Generator2</a></li><li><a href='https://huggingface.co/spaces/ImagineAI-Real/ImagineAI-Image-Generator3'>ImagineAI-Image-Generator3</a></li><br>Or <a href='https://ufile.io/vwyih7hj'>download our app</a>.<br>If you got an error, just get the app, that works all the time. Sry",
82
  examples=[])
83
 
84
  interface.launch()