Fabrice-TIERCELIN commited on
Commit
7728f7a
·
verified ·
1 Parent(s): 81af7a1

with gr.Column(elem_id="col-container"):

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -2032,13 +2032,13 @@ with gr.Blocks(title="LTX-2 Video Distilled 🎥🔈") as demo:
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
  #
 
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
  #