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