Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,9 +7,9 @@ def generate_image(prompt, negative_prompt="", seed=42, width=512, height=512, g
|
|
7 |
pass
|
8 |
|
9 |
examples = [
|
10 |
-
["d3xt3r as a camp counselor in the woods."],
|
11 |
-
["d3xt3r dressed as batman"],
|
12 |
-
["d3xt3r in a suit and tie"],
|
13 |
]
|
14 |
|
15 |
demo = gr.load("models/GenAIJake/d3xt3r")
|
|
|
7 |
pass
|
8 |
|
9 |
examples = [
|
10 |
+
["d3xt3r dachshund as a camp counselor in the woods."],
|
11 |
+
["d3xt3r dachshund dressed as batman"],
|
12 |
+
["d3xt3r dachshund in a suit and tie"],
|
13 |
]
|
14 |
|
15 |
demo = gr.load("models/GenAIJake/d3xt3r")
|