Spaces:
Runtime error
Runtime error
DmitrMakeev
commited on
Commit
•
eb9e388
1
Parent(s):
c9ba591
Update app.py
Browse files
app.py
CHANGED
@@ -41,9 +41,9 @@ examples = []
|
|
41 |
for x in range(8):
|
42 |
examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
|
43 |
|
44 |
-
title = "
|
45 |
-
description = '
|
46 |
-
article = "<
|
47 |
|
48 |
grad.Interface(fn=generate,
|
49 |
inputs=txt,
|
|
|
41 |
for x in range(8):
|
42 |
examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
|
43 |
|
44 |
+
title = "SD Magic prompt Generator"
|
45 |
+
description = ''
|
46 |
+
article = "<br><br><br><br><br><br><br><br><br><br>"
|
47 |
|
48 |
grad.Interface(fn=generate,
|
49 |
inputs=txt,
|