lopho commited on
Commit
12663ef
·
1 Parent(s): b8d4ef8

IM SORRY. default cfg in line with example output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,7 +203,7 @@ with gr.Blocks(title = 'Make-A-Video Stable Diffusion JAX', analytics_enabled =
203
  minimum = 1.0,
204
  maximum = 20.0,
205
  step = 0.1,
206
- value = 9.0,
207
  interactive = True
208
  )
209
  seed_input = gr.Number(
 
203
  minimum = 1.0,
204
  maximum = 20.0,
205
  step = 0.1,
206
+ value = 15.0,
207
  interactive = True
208
  )
209
  seed_input = gr.Number(