with gr.Column(elem_id="col-container"):
Browse files
app.py
CHANGED
|
@@ -2032,13 +2032,13 @@ with gr.Blocks(title="LTX-2 Video Distilled 🎥🔈") as demo:
|
|
| 2032 |
</div>
|
| 2033 |
"""
|
| 2034 |
)
|
| 2035 |
-
|
| 2036 |
-
|
| 2037 |
-
|
| 2038 |
-
|
| 2039 |
-
|
| 2040 |
-
|
| 2041 |
-
|
| 2042 |
# with gr.Row():
|
| 2043 |
# with gr.Column(elem_id="step-column"):
|
| 2044 |
#
|
|
|
|
| 2032 |
</div>
|
| 2033 |
"""
|
| 2034 |
)
|
| 2035 |
+
with gr.Column(elem_id="col-container"):
|
| 2036 |
+
with gr.Row(elem_id="mode-row"):
|
| 2037 |
+
radioanimated_mode = gr.Radio(
|
| 2038 |
+
choices=["Image-to-Video", "Motion Control"],
|
| 2039 |
+
value="Image-to-Video",
|
| 2040 |
+
elem_id="radioanimated_mode"
|
| 2041 |
+
)
|
| 2042 |
# with gr.Row():
|
| 2043 |
# with gr.Column(elem_id="step-column"):
|
| 2044 |
#
|