Justin Donaldson commited on
Commit
3bb8109
1 Parent(s): e3d923c

better prompts

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -78,10 +78,11 @@ iface = gr.Interface(
78
  )
79
  ],
80
  examples=[
81
- [("Vacation Star")],
82
  [("Rock Star")],
83
  [("Barbie")],
84
  [("Small Purse")],
85
  [("Big Bag")],
 
86
  ],
87
  ).launch(debug=True)
 
78
  )
79
  ],
80
  examples=[
81
+ [("Vacation")],
82
  [("Rock Star")],
83
  [("Barbie")],
84
  [("Small Purse")],
85
  [("Big Bag")],
86
+ [("Shoes that won't make me look fat")],
87
  ],
88
  ).launch(debug=True)