Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,8 +37,8 @@ examples = []
|
|
37 |
for x in range(8):
|
38 |
examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
|
39 |
|
40 |
-
title = "
|
41 |
-
description = '
|
42 |
|
43 |
grad.Interface(fn=generate,
|
44 |
inputs=txt,
|
|
|
37 |
for x in range(8):
|
38 |
examples.append(line[random.randrange(0, len(line))].replace("\n", "").lower().capitalize())
|
39 |
|
40 |
+
title = "MagicPrompt Generator 🪄"
|
41 |
+
description = ' To use it, simply submit your text or click on one of the examples.'
|
42 |
|
43 |
grad.Interface(fn=generate,
|
44 |
inputs=txt,
|