prithivMLmods commited on
Commit
0d95130
·
verified ·
1 Parent(s): cc57835

update [kernels:flash-attn2] (cleaned) ✅

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -473,8 +473,8 @@ with gr.Blocks() as demo:
473
  elem_id="radioanimated_gpu_duration"
474
  )
475
  gpu_duration_state = gr.Number(value=60, visible=False)
476
-
477
- gr.Markdown("*Note: Higher GPU duration allows for longer processing but consumes more GPU quota. Video tasks typically require higher values (90-180s).*")
478
 
479
  radioanimated_gpu_duration.change(
480
  fn=apply_gpu_duration,
 
473
  elem_id="radioanimated_gpu_duration"
474
  )
475
  gpu_duration_state = gr.Number(value=60, visible=False)
476
+
477
+ gr.Markdown("*Note: Higher GPU duration allows for longer processing but consumes more GPU quota.*")
478
 
479
  radioanimated_gpu_duration.change(
480
  fn=apply_gpu_duration,