Spaces:
Runtime error
Runtime error
Update app.py - Link to SD
Browse files
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 = "Stable Diffusion Prompt Generator"
|
| 41 |
-
description = 'Submit your basic prompt. Magic-Prompt will gsuggest you more detailed prompts, ready to use with Stable Diffusion<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 = "Stable Diffusion Prompt Generator"
|
| 41 |
+
description = 'Submit your basic prompt. Magic-Prompt will gsuggest you more detailed prompts, ready to use with [Stable Diffusion] (https://stablediffusion.fr) <br>'
|
| 42 |
|
| 43 |
grad.Interface(fn=generate,
|
| 44 |
inputs=txt,
|