13
Browse files
app.py
CHANGED
|
@@ -2379,7 +2379,7 @@ with gr.Blocks(title="LTX-2 Video Distilled 🎥🔈") as demo:
|
|
| 2379 |
input_image_debug=gr.Image(type="filepath", label="Image Debug")
|
| 2380 |
input_audio_debug = gr.Audio(label="Audio Debug", type="filepath")
|
| 2381 |
input_video_debug=gr.Video(label="Video Debug")
|
| 2382 |
-
total_second_length_debug=gr.Slider(label="Duration Debug", minimum=1, maximum=120, value=
|
| 2383 |
resolution_debug = gr.Dropdown(
|
| 2384 |
choices=[
|
| 2385 |
["16:9", "16:9"],
|
|
|
|
| 2379 |
input_image_debug=gr.Image(type="filepath", label="Image Debug")
|
| 2380 |
input_audio_debug = gr.Audio(label="Audio Debug", type="filepath")
|
| 2381 |
input_video_debug=gr.Video(label="Video Debug")
|
| 2382 |
+
total_second_length_debug=gr.Slider(label="Duration Debug", minimum=1, maximum=120, value=13, step=0.1)
|
| 2383 |
resolution_debug = gr.Dropdown(
|
| 2384 |
choices=[
|
| 2385 |
["16:9", "16:9"],
|