Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
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",
|
|
|
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. This space is running on a free CPU, so for faster inference please duplicate this space."
|
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",
|