Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|