elismasilva commited on
Commit
0390f71
·
1 Parent(s): c4b1a2f

disable cache

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -387,7 +387,7 @@ with gr.Blocks(css=css) as app:
387
  inputs=[left_prompt, center_prompt, right_prompt, negative_prompt, left_gs, center_gs, right_gs, overlap, steps, generation_seed, scheduler, tile_height, tile_width, height, width, max_tile_size],
388
  fn=run_for_examples,
389
  outputs=result,
390
- cache_examples=True
391
  )
392
 
393
  event_calc_tile_size={"fn": do_calc_tile, "inputs":[height, width, overlap, max_tile_size], "outputs":[tile_height, tile_width, new_target_height, new_target_width]}
 
387
  inputs=[left_prompt, center_prompt, right_prompt, negative_prompt, left_gs, center_gs, right_gs, overlap, steps, generation_seed, scheduler, tile_height, tile_width, height, width, max_tile_size],
388
  fn=run_for_examples,
389
  outputs=result,
390
+ cache_examples=False
391
  )
392
 
393
  event_calc_tile_size={"fn": do_calc_tile, "inputs":[height, width, overlap, max_tile_size], "outputs":[tile_height, tile_width, new_target_height, new_target_width]}