Spaces:
Runtime error
Runtime error
Commit
·
fb0d37c
1
Parent(s):
60daebc
Update app.py
Browse files
app.py
CHANGED
@@ -37,9 +37,7 @@ iface = gr.Interface(generate,
|
|
37 |
title=title,
|
38 |
description=description,
|
39 |
examples=[
|
40 |
-
["time travel, magic, demons", 0.95, 3, 128]
|
41 |
-
["evil witch, revenge, castle, prison", 0.95, 3, 128],
|
42 |
-
["teleportation, ancient civilization, wizards", 0.95, 3, 128]
|
43 |
]
|
44 |
)
|
45 |
|
|
|
37 |
title=title,
|
38 |
description=description,
|
39 |
examples=[
|
40 |
+
["time travel, magic, demons", 0.95, 3, 128]
|
|
|
|
|
41 |
]
|
42 |
)
|
43 |
|