DESSEP commited on
Commit
4d16ee6
·
verified ·
1 Parent(s): a9f82b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,7 +54,7 @@ def infer(
54
  examples = [
55
  "Professional Photo <Astronaut in a jungle>",
56
  "Cute anime Girl",
57
- "A high tech solarpunk utopia in the Amazon rainforest",
58
  "An insect robot preparing a delicious meal",
59
  "A delicious ceviche cheesecake slice",
60
  "An astronaut riding a green horse",
@@ -126,7 +126,7 @@ with gr.Blocks(css=css) as demo:
126
  minimum=0.0,
127
  maximum=10.0,
128
  step=0.1,
129
- value=5.0, # Replace with defaults that work for your model
130
  )
131
 
132
  num_inference_steps = gr.Slider(
 
54
  examples = [
55
  "Professional Photo <Astronaut in a jungle>",
56
  "Cute anime Girl",
57
+ "A high tech solarpunk utopia in the Amazon rainforest, cinematic expired slide film",
58
  "An insect robot preparing a delicious meal",
59
  "A delicious ceviche cheesecake slice",
60
  "An astronaut riding a green horse",
 
126
  minimum=0.0,
127
  maximum=10.0,
128
  step=0.1,
129
+ value=4.0, # Replace with defaults that work for your model
130
  )
131
 
132
  num_inference_steps = gr.Slider(