Jonny001 commited on
Commit
ed61b6b
1 Parent(s): 9b4118a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -13,7 +13,8 @@ def generate_image(text, seed):
13
  return model(text)
14
 
15
  examples = [
16
- ["Humanoid Cat Soldier, Full View"]
 
17
  ]
18
 
19
  interface = gr.Interface(
 
13
  return model(text)
14
 
15
  examples = [
16
+ ["Humanoid Cat Warrior, Full View"],
17
+ ["Fantasy dragon warrior"]
18
  ]
19
 
20
  interface = gr.Interface(