Spaces:
Paused
Paused
Update app.py
Browse files
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 |
-
|
| 1166 |
-
label="Motion Source (video)",
|
| 1167 |
-
sources=["upload"],
|
| 1168 |
-
)
|
| 1169 |
input_image = gr.Image(
|
| 1170 |
-
label="
|
| 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(
|