etweedy commited on
Commit
76468bb
1 Parent(s): 24bcb0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  description = "A version of Stable Diffusion v1.5 which knows about my dog, Tessa. This model was fine-tuned using the Dreambooth technique (https://dreambooth.github.io/). To generate a picture of Tessa, provide a prompt referring to '\<tessa\> dog'. Make sure to include the brackets."
3
  title = "Dreambooth Tessa Generator"
4
- 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.""Rendering of <tessa> dog, classical floral elements emanating from center of face, woodcutting template, decorative design, classical ornament, motif, bilateral symmetry, roses, leaves, flowers, buds, flowering buds, feathers, negative space, highly detailed etching"]]
5
  interface = gr.Interface.load("models/etweedy/tessa",
6
  description=description,
7
  title = title,
 
1
  import gradio as gr
2
  description = "A version of Stable Diffusion v1.5 which knows about my dog, Tessa. This model was fine-tuned using the Dreambooth technique (https://dreambooth.github.io/). To generate a picture of Tessa, provide a prompt referring to '\<tessa\> dog'. Make sure to include the brackets."
3
  title = "Dreambooth Tessa Generator"
4
+ 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."],["Rendering of <tessa> dog, classical floral elements emanating from center of face, woodcutting template, decorative design, classical ornament, motif, bilateral symmetry, roses, leaves, flowers, buds, flowering buds, feathers, negative space, highly detailed etching"]]
5
  interface = gr.Interface.load("models/etweedy/tessa",
6
  description=description,
7
  title = title,