GenAIJake commited on
Commit
57b1963
·
verified ·
1 Parent(s): 4ce6602

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -2,14 +2,14 @@ import gradio as gr
2
  import spaces
3
 
4
  @spaces.GPU
5
- def generate_image(prompt, negative_prompt="", seed=0, width=512, height=512, guidance_scale=3.5, num_inference_steps=50):
6
  # This function will be called by gr.load(), so we don't need to implement it here
7
  pass
8
 
9
  examples = [
10
- ["d3xt3r dachshund A happy dachshund wearing a space helmet, exploring a colorful alien planet"],
11
- ["d3xt3r dachshund A dachshund dressed as a detective, investigating a mysterious toy in a cozy living room"],
12
- ["d3xt3r dachshund A playful dachshund running through a field of flowers on a sunny day"],
13
  ]
14
 
15
  demo = gr.load("models/GenAIJake/d3xt3r")
 
2
  import spaces
3
 
4
  @spaces.GPU
5
+ def generate_image(prompt, negative_prompt="", seed=42, width=512, height=512, guidance_scale=3.5, num_inference_steps=20):
6
  # This function will be called by gr.load(), so we don't need to implement it here
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")