phenomenon1981 commited on
Commit
33b3e93
·
1 Parent(s): 5fe800e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ for x in range(8):
38
  examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
39
 
40
  title = "The Stable Diffusion Prompt Generator - because your text needs a little more visual spice."
41
- description = 'Welcome to the MagicPrompt demo for Stable Diffusion! Ready to see some magic happen? Simply type in your text or check out the pre-made examples. Feeling lazy? No problem, just hit the Submit button and we'll randomly pull from a list of thousands of ideas for you.<br>'
42
 
43
  grad.Interface(fn=generate,
44
  inputs=txt,
 
38
  examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
39
 
40
  title = "The Stable Diffusion Prompt Generator - because your text needs a little more visual spice."
41
+ description = 'Welcome to the MagicPrompt demo for Stable Diffusion! Ready to see some magic happen? Simply type in your text or check out the pre-made examples. Feeling lazy? No problem, just hit the Submit button and it will randomly pull from a list of thousands of ideas for you.<br>'
42
 
43
  grad.Interface(fn=generate,
44
  inputs=txt,