etweedy commited on
Commit
765c02a
1 Parent(s): dc79e9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -3,6 +3,7 @@ description = "A version of Stable Diffusion v1.5 which knows about my dog, Tess
3
  title = "Dreambooth Tessa Generator"
4
  interface = gr.Interface.load("models/etweedy/tessa",
5
  description=description,
6
- title = title
 
7
  )
8
  interface.launch()
 
3
  title = "Dreambooth Tessa Generator"
4
  interface = gr.Interface.load("models/etweedy/tessa",
5
  description=description,
6
+ title = title,
7
+ examples = [["A formal portrait of <tessa> dog in the style of Rubens, masterpiece, stunning piece of art."],["A hybrid of <tessa> dog and baby yoda, green fur, very cute eyes, stunning high definition rendering, 4k, unreal engine, trending on artstation hq."]]
8
  )
9
  interface.launch()