Spaces:
Runtime error
Runtime error
Commit
·
b322734
1
Parent(s):
d48922e
example #2
Browse files
app.py
CHANGED
@@ -37,7 +37,8 @@ iface = gr.Interface(generate,
|
|
37 |
title=title,
|
38 |
description=description,
|
39 |
examples=[
|
40 |
-
["time travel, magic, rescue", 1.0, 3, 128]
|
|
|
41 |
]
|
42 |
)
|
43 |
|
|
|
37 |
title=title,
|
38 |
description=description,
|
39 |
examples=[
|
40 |
+
["time travel, magic, rescue", 1.0, 3, 128],
|
41 |
+
["airplane crush", 1.0, 3, 128]
|
42 |
]
|
43 |
)
|
44 |
|