Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -87,4 +87,7 @@ gr.Interface(
|
|
87 |
outputs="image",
|
88 |
title=title,
|
89 |
description=description,
|
|
|
|
|
|
|
90 |
).launch()
|
|
|
87 |
outputs="image",
|
88 |
title=title,
|
89 |
description=description,
|
90 |
+
examples=[
|
91 |
+
["underground, castle, cave, medieval, knights", "outside, sunny, modern, green", "map.png"]
|
92 |
+
]
|
93 |
).launch()
|