GenAIJake commited on
Commit
0ec34e4
·
verified ·
1 Parent(s): ab994ab

Updated to j0hnp0rqp1g-pigman

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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
- ["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")
16
 
17
  # Customize the interface
18
  with demo:
19
- gr.Markdown("# D3XT3R Dachshund Image Generator")
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