Spaces:
Running
Running
Update app_df.py
Browse files
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,
|
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 |
|