kishlaykumar1995 commited on
Commit
0b91a7d
1 Parent(s): fa08a6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks(css=css) as demo:
124
  minimum=-1,
125
  maximum=2,
126
  step=0.1,
127
- value=1.2, #Replace with defaults that work for your model
128
  )
129
 
130
  with gr.Row():
@@ -134,7 +134,7 @@ with gr.Blocks(css=css) as demo:
134
  minimum=0.0,
135
  maximum=20.0,
136
  step=0.1,
137
- value=13.5, #Replace with defaults that work for your model
138
  )
139
 
140
  num_inference_steps = gr.Slider(
 
124
  minimum=-1,
125
  maximum=2,
126
  step=0.1,
127
+ value=0.8, #Replace with defaults that work for your model
128
  )
129
 
130
  with gr.Row():
 
134
  minimum=0.0,
135
  maximum=20.0,
136
  step=0.1,
137
+ value=7.5, #Replace with defaults that work for your model
138
  )
139
 
140
  num_inference_steps = gr.Slider(