Update app.py
Browse files
app.py
CHANGED
|
@@ -879,7 +879,7 @@ with gr.Blocks(title="LTX-2.3 Distilled") as demo:
|
|
| 879 |
inputs=[
|
| 880 |
first_image, last_image, input_audio, prompt, duration, gpu_duration, enhance_prompt,
|
| 881 |
seed, randomize_seed, height, width,
|
| 882 |
-
pose_strength, general_strength, motion_strength, dreamlay_strength, mself_strength, dramatic_strength, fluid_strength, liquid_strength, demopose_strength,
|
| 883 |
],
|
| 884 |
outputs=[output_video, seed],
|
| 885 |
)
|
|
|
|
| 879 |
inputs=[
|
| 880 |
first_image, last_image, input_audio, prompt, duration, gpu_duration, enhance_prompt,
|
| 881 |
seed, randomize_seed, height, width,
|
| 882 |
+
pose_strength, general_strength, motion_strength, dreamlay_strength, mself_strength, dramatic_strength, fluid_strength, liquid_strength, demopose_strength, voice_strength, realism_strength, transition_strength,
|
| 883 |
],
|
| 884 |
outputs=[output_video, seed],
|
| 885 |
)
|