Gustavosta commited on
Commit
a558caf
1 Parent(s): 7f2ff49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ for x in range(8):
42
  examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
43
 
44
  title = "Dall-E 2 Prompt Generator"
45
- description = 'This is a demo of the model series: "MagicPrompt", in this case, aimed at: Dall-E 2. To use it, simply submit your text or click on one of the examples.<b><br><br>To learn more about the template, go to the link: https://huggingface.co/Gustavosta/MagicPrompt-Stable-Diffusion<br>'
46
  article = "<div><center><img src='https://visitor-badge.glitch.me/badge?page_id=magicprompt_dalle' alt='visitor badge'></center></div>"
47
 
48
  grad.Interface(fn=generate,
 
42
  examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
43
 
44
  title = "Dall-E 2 Prompt Generator"
45
+ description = 'This is a demo of the model series: "MagicPrompt", in this case, aimed at: Dall-E 2. To use it, simply submit your text or click on one of the examples.<b><br><br>To learn more about the model, go to the link: https://huggingface.co/Gustavosta/MagicPrompt-Dalle<br>'
46
  article = "<div><center><img src='https://visitor-badge.glitch.me/badge?page_id=magicprompt_dalle' alt='visitor badge'></center></div>"
47
 
48
  grad.Interface(fn=generate,