Jonny001 commited on
Commit
62562e9
1 Parent(s): 147944d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -8,9 +8,7 @@ def generate_image(text):
8
  return model(text)
9
 
10
  examples = [
11
- ["Humanoid Cat Warrior, Full View"],
12
- ["Futuristic Robot in Space, Full View"],
13
- ["Fantasy Dragon in Flight, Full View"]
14
  ]
15
 
16
  interface = gr.Interface(
 
8
  return model(text)
9
 
10
  examples = [
11
+ ["Humanoid Cat Warrior, Full View"]
 
 
12
  ]
13
 
14
  interface = gr.Interface(