Update app.py
Browse files
app.py
CHANGED
@@ -41,9 +41,9 @@ out = grad.Textbox(lines=6, label="Generated Text")
|
|
41 |
examples = [["mythology of the Slavs"], ["All-seeing eye monitors these world"], ["astronaut dog"],
|
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 = "
|
45 |
-
description = "
|
46 |
-
article = "<div><center><img src='
|
47 |
|
48 |
grad.Interface(fn=generate,
|
49 |
inputs=txt,
|
|
|
41 |
examples = [["mythology of the Slavs"], ["All-seeing eye monitors these world"], ["astronaut dog"],
|
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 = "Aiconvert.online"
|
45 |
+
description = "Midjourney Prompt Generator. "
|
46 |
+
article = "<div><center><img src='' alt='visitor badge'></center></div>"
|
47 |
|
48 |
grad.Interface(fn=generate,
|
49 |
inputs=txt,
|