Spaces:
No application file
No application file
Update app.py
Browse files
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.
|
| 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(
|