Ashrafb commited on
Commit
9515a9d
·
1 Parent(s): fba8bf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -41,9 +41,8 @@ out = grad.Textbox(lines=6, label="Generated Text")
41
  examples = [["mythology of the Slavs"], ["All-seeing eye monitors these world"], ["astronaut dog"],
42
  ["A monochrome forest of ebony trees"], ["sad view of worker in office,"],
43
  ["Headshot photo portrait of John Lennon"], ["wide field with thousands of blue nemophila,"]]
44
- title = "Midjourney Prompt Generator"
45
- description = "This is an unofficial demo for Midjourney Prompt Generator. To use it, simply send your text, or click one of the examples to load them. Read more at the links below.<br>Model: https://huggingface.co/succinctly/text2image-prompt-generator<br>Telegram bot: https://t.me/prompt_generator_bot<br>[![](https://img.shields.io/twitter/follow/DoEvent?label=@DoEvent&style=social)](https://twitter.com/DoEvent)"
46
- article = "<div><center><img src='https://visitor-badge.glitch.me/badge?page_id=max_skobeev_prompt_generator_public' alt='visitor badge'></center></div>"
47
 
48
  grad.Interface(fn=generate,
49
  inputs=txt,
 
41
  examples = [["mythology of the Slavs"], ["All-seeing eye monitors these world"], ["astronaut dog"],
42
  ["A monochrome forest of ebony trees"], ["sad view of worker in office,"],
43
  ["Headshot photo portrait of John Lennon"], ["wide field with thousands of blue nemophila,"]]
44
+ title = "Magic Prompt Generator &#129668"
45
+ description = ' To use it, simply submit your text or click on one of the examples.'
 
46
 
47
  grad.Interface(fn=generate,
48
  inputs=txt,