Spaces:
Sleeping
Sleeping
Updated to j0hnp0rqp1g-pigman
Browse files
app.py
CHANGED
@@ -7,16 +7,16 @@ def generate_image(prompt, negative_prompt="", seed=42, width=512, height=512, g
|
|
7 |
pass
|
8 |
|
9 |
examples = [
|
10 |
-
["
|
11 |
-
["
|
12 |
-
["
|
13 |
]
|
14 |
|
15 |
-
demo = gr.load("models/GenAIJake/
|
16 |
|
17 |
# Customize the interface
|
18 |
with demo:
|
19 |
-
gr.Markdown("#
|
20 |
gr.Examples(examples, inputs=demo.input_components)
|
21 |
|
22 |
# Add GPUZero functionality
|
|
|
7 |
pass
|
8 |
|
9 |
examples = [
|
10 |
+
["j0hnp0rqp1g-pigman as a camp counselor in the woods."],
|
11 |
+
["j0hnp0rqp1g-pigman dressed as batman"],
|
12 |
+
["j0hnp0rqp1g-pigman in a suit and tie"],
|
13 |
]
|
14 |
|
15 |
+
demo = gr.load("models/GenAIJake/j0hnp0rqp1g-pigman")
|
16 |
|
17 |
# Customize the interface
|
18 |
with demo:
|
19 |
+
gr.Markdown("# j0hnp0rqp1g-pigman Image Generator")
|
20 |
gr.Examples(examples, inputs=demo.input_components)
|
21 |
|
22 |
# Add GPUZero functionality
|