NoNothing1 commited on
Commit
9822dce
·
verified ·
1 Parent(s): 5b0d82b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks(css=css) as demo:
100
  minimum=256,
101
  maximum=MAX_IMAGE_SIZE,
102
  step=32,
103
- value=512, # Replace with defaults that work for your model
104
  )
105
 
106
  height = gr.Slider(
@@ -117,7 +117,7 @@ with gr.Blocks(css=css) as demo:
117
  minimum=0.0,
118
  maximum=10.0,
119
  step=0.1,
120
- value=4.5, # Replace with defaults that work for your model
121
  )
122
 
123
  num_inference_steps = gr.Slider(
 
100
  minimum=256,
101
  maximum=MAX_IMAGE_SIZE,
102
  step=32,
103
+ value=576, # Replace with defaults that work for your model
104
  )
105
 
106
  height = gr.Slider(
 
117
  minimum=0.0,
118
  maximum=10.0,
119
  step=0.1,
120
+ value=6, # Replace with defaults that work for your model
121
  )
122
 
123
  num_inference_steps = gr.Slider(