Spaces:
No application file
No application file
Update app.py
Browse files
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=
|
| 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 |
|