fffiloni commited on
Commit
4b8f294
·
verified ·
1 Parent(s): f398a44

Update app_df.py

Browse files
Files changed (1) hide show
  1. app_df.py +1 -1
app_df.py CHANGED
@@ -260,7 +260,7 @@ with gr.Blocks() as demo:
260
  target_length.change(
261
  fn = set_num_frames,
262
  inputs = [target_length],
263
- outputs = [num_frames, overlap_history, addnoise_condition, ar_step, causal_block_size, use_teacache, teacache_tresh, use_ret_steps],
264
  queue = False
265
  )
266
 
 
260
  target_length.change(
261
  fn = set_num_frames,
262
  inputs = [target_length],
263
+ outputs = [num_frames, overlap_history, addnoise_condition, ar_step, causal_block_size, use_teacache, teacache_thresh, use_ret_steps],
264
  queue = False
265
  )
266