Learner commited on
Commit
0575d34
1 Parent(s): ca51b56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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()