linoyts HF Staff commited on
Commit
79fce95
Β·
verified Β·
1 Parent(s): b6fba81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -1162,15 +1162,14 @@ with gr.Blocks(title="LTX 2.3 Sync", css=css, theme=purple_citrus) as demo:
1162
  # ── Left column: inputs ──────────────────────────────────────
1163
  with gr.Column(scale=1):
1164
  with gr.Row():
1165
- input_video = gr.Video(
1166
- label="Motion Source (video)",
1167
- sources=["upload"],
1168
- )
1169
  input_image = gr.Image(
1170
- label="Style Source (image, optional)",
1171
  type="filepath",
1172
  )
1173
-
 
 
1174
  with gr.Row():
1175
  with gr.Column(min_width=160):
1176
  prompt = gr.Textbox(
 
1162
  # ── Left column: inputs ──────────────────────────────────────
1163
  with gr.Column(scale=1):
1164
  with gr.Row():
1165
+
 
 
 
1166
  input_image = gr.Image(
1167
+ label="Character reference",
1168
  type="filepath",
1169
  )
1170
+ input_video = gr.Video(
1171
+ label="Motion & audio reference",
1172
+ )
1173
  with gr.Row():
1174
  with gr.Column(min_width=160):
1175
  prompt = gr.Textbox(