Spaces:
Runtime error
Runtime error
Commit
·
6ca1bb2
1
Parent(s):
97b0544
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ examples = []
|
|
37 |
for x in range(8):
|
38 |
examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
|
39 |
|
40 |
-
title = "DiFuse
|
41 |
description = 'Place your thoughts into the "Magic Prompt" then submit! Learn about the model, [click here](https://huggingface.co/Gustavosta/MagicPrompt-Stable-Diffusion).<br>'
|
42 |
|
43 |
grad.Interface(fn=generate,
|
|
|
37 |
for x in range(8):
|
38 |
examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
|
39 |
|
40 |
+
title = "DiFuse Your Thoughts Here!"
|
41 |
description = 'Place your thoughts into the "Magic Prompt" then submit! Learn about the model, [click here](https://huggingface.co/Gustavosta/MagicPrompt-Stable-Diffusion).<br>'
|
42 |
|
43 |
grad.Interface(fn=generate,
|