Spaces:
Sleeping
Sleeping
Commit
·
f8f5184
1
Parent(s):
b80c519
Remove badge
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ for x in range(8):
|
|
| 43 |
|
| 44 |
title = "Stable Diffusion Prompt Generator"
|
| 45 |
description = 'This is a demo of the model series: "MagicPrompt", in this case, aimed at: Stable Diffusion. 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-Stable-Diffusion<br>'
|
| 46 |
-
article = "
|
| 47 |
|
| 48 |
grad.Interface(fn=generate,
|
| 49 |
inputs=txt,
|
|
|
|
| 43 |
|
| 44 |
title = "Stable Diffusion Prompt Generator"
|
| 45 |
description = 'This is a demo of the model series: "MagicPrompt", in this case, aimed at: Stable Diffusion. 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-Stable-Diffusion<br>'
|
| 46 |
+
article = ""
|
| 47 |
|
| 48 |
grad.Interface(fn=generate,
|
| 49 |
inputs=txt,
|