linoyts HF Staff commited on
Commit
e240027
·
verified ·
1 Parent(s): dd8a169

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1195,7 +1195,7 @@ with gr.Blocks(title="LTX 2.3 Sync", css=css, theme=purple_citrus) as demo:
1195
  conditioning_strength = gr.Slider(
1196
  label="V2V Conditioning Strength",
1197
  info="How closely to follow the reference video's structure",
1198
- minimum=0.0, maximum=1.0, value=0.9, step=0.05,
1199
  )
1200
  high_res = gr.Checkbox(label="High Resolution (2×)", value=False)
1201
  use_video_audio = gr.Checkbox(
 
1195
  conditioning_strength = gr.Slider(
1196
  label="V2V Conditioning Strength",
1197
  info="How closely to follow the reference video's structure",
1198
+ minimum=0.0, maximum=1.0, value=0.85, step=0.05,
1199
  )
1200
  high_res = gr.Checkbox(label="High Resolution (2×)", value=False)
1201
  use_video_audio = gr.Checkbox(