linoyts HF Staff commited on
Commit
b6fba81
·
verified ·
1 Parent(s): c032b8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -1277,10 +1277,6 @@ with gr.Blocks(title="LTX 2.3 Sync", css=css, theme=purple_citrus) as demo:
1277
  fn=on_video_upload,
1278
  inputs=[input_video, input_image, high_res],
1279
  outputs=[width, height, duration],
1280
- ).then(
1281
- fn=describe_video_motion,
1282
- inputs=[input_video, auto_describe],
1283
- outputs=[prompt],
1284
  )
1285
  high_res.change(
1286
  fn=on_highres_toggle,
 
1277
  fn=on_video_upload,
1278
  inputs=[input_video, input_image, high_res],
1279
  outputs=[width, height, duration],
 
 
 
 
1280
  )
1281
  high_res.change(
1282
  fn=on_highres_toggle,