QHL067 commited on
Commit
fd8460e
·
1 Parent(s): d73a7e8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -333,7 +333,7 @@ with gr.Blocks(css=css) as demo:
333
  minimum=5,
334
  maximum=50,
335
  step=1,
336
- value=10, # Replace with defaults that work for your model
337
  )
338
 
339
  gr.Examples(examples=examples, inputs=[prompt1, prompt2])
 
333
  minimum=5,
334
  maximum=50,
335
  step=1,
336
+ value=5, # Replace with defaults that work for your model
337
  )
338
 
339
  gr.Examples(examples=examples, inputs=[prompt1, prompt2])