Jonny001 commited on
Commit
4cb2cd7
1 Parent(s): cf4a61a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -13,10 +13,10 @@ def generate_image(text, seed):
13
  return model(text)
14
 
15
  examples = [
16
- ["Humanoid Cat Warrior, Full View"],
17
- ["Fantasy dragon"],
18
- ["Future Robots war"],
19
- ["Warhammer Sisterhood"]
20
  ]
21
 
22
  interface = gr.Interface(
 
13
  return model(text)
14
 
15
  examples = [
16
+ ["Humanoid Cat Warrior, Full View", None],
17
+ ["Fantasy dragon", None],
18
+ ["Future Robots war", None],
19
+ ["Warhammer Sisterhood", None]
20
  ]
21
 
22
  interface = gr.Interface(