Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ examples = [["mythology of the Slavs"], ["All-seeing eye monitors these world"],
|
|
42 |
["A monochrome forest of ebony trees"], ["sad view of worker in office,"],
|
43 |
["Headshot photo portrait of John Lennon"], ["wide field with thousands of blue nemophila,"]]
|
44 |
title = "Midjourney Prompt Generator"
|
45 |
-
description = "This is an
|
46 |
article = "<div><center>=============</center></div>"
|
47 |
|
48 |
grad.Interface(fn=generate,
|
|
|
42 |
["A monochrome forest of ebony trees"], ["sad view of worker in office,"],
|
43 |
["Headshot photo portrait of John Lennon"], ["wide field with thousands of blue nemophila,"]]
|
44 |
title = "Midjourney Prompt Generator"
|
45 |
+
description = "This is an demo for Midjourney Prompt Generator. To use it, simply send your text, or click one of the examples to load them. Read more at the links below.<br>Buy me some coffee : https://ko-fi.com/flatindostudio<br>Thank you"
|
46 |
article = "<div><center>=============</center></div>"
|
47 |
|
48 |
grad.Interface(fn=generate,
|