Spaces:
Runtime error
Runtime error
Commit
·
847ec0f
1
Parent(s):
d3ac2c1
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ out = grad.Textbox(lines=5, label="Generated Prompts")
|
|
36 |
|
37 |
|
38 |
title = "The Stable Diffusion Prompt Generator - because your text needs a little more visual spice."
|
39 |
-
description = 'Welcome to the MagicPrompt demo for Stable Diffusion! Ready to see some magic happen? Simply type in your text
|
40 |
|
41 |
grad.Interface(fn=generate,
|
42 |
inputs=txt,
|
|
|
36 |
|
37 |
|
38 |
title = "The Stable Diffusion Prompt Generator - because your text needs a little more visual spice."
|
39 |
+
description = 'Welcome to the MagicPrompt demo for Stable Diffusion! Ready to see some magic happen? Simply type in your text. Feeling lazy? No problem, just hit the Submit button and it will randomly pull from a list of thousands of ideas for you.<br>'
|
40 |
|
41 |
grad.Interface(fn=generate,
|
42 |
inputs=txt,
|