linoyts HF Staff commited on
Commit
87dcad6
·
verified ·
1 Parent(s): 24af20d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1181,7 +1181,7 @@ with gr.Blocks(title="LTX 2.3 Sync", css=css, theme=purple_citrus) as demo:
1181
  label="Duration (s)", minimum=1.0, maximum=15.0, value=3.0, step=0.5,
1182
  )
1183
  auto_describe = gr.Checkbox(
1184
- label="Auto-describe motion", value=True,
1185
  info="Use AI to describe the video's motion as a prompt",
1186
  )
1187
 
 
1181
  label="Duration (s)", minimum=1.0, maximum=15.0, value=3.0, step=0.5,
1182
  )
1183
  auto_describe = gr.Checkbox(
1184
+ label="Auto-describe motion", value=False, visible=False,
1185
  info="Use AI to describe the video's motion as a prompt",
1186
  )
1187