fffiloni commited on
Commit
1704116
1 Parent(s): 8e98276

Update injection_main_HF.py

Browse files
Files changed (1) hide show
  1. injection_main_HF.py +1 -1
injection_main_HF.py CHANGED
@@ -658,7 +658,7 @@ if __name__ == "__main__":
658
  fn = style_transfer_app,
659
  inputs = [text_input, image_input],
660
  outputs = [image_output],
661
- cache_examples='lazy'
662
  )
663
  submit_btn.click(
664
  fn=style_transfer_app,
 
658
  fn = style_transfer_app,
659
  inputs = [text_input, image_input],
660
  outputs = [image_output],
661
+ cache_examples=False
662
  )
663
  submit_btn.click(
664
  fn=style_transfer_app,