Oysiyl commited on
Commit
edb13a9
·
1 Parent(s): e173e7b

disable cache examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1686,7 +1686,7 @@ if __name__ == "__main__" and not os.environ.get('QR_TESTING_MODE'):
1686
  ],
1687
  outputs=[artistic_output_image, artistic_error_message],
1688
  fn=generate_artistic_qr,
1689
- cache_examples=True
1690
  )
1691
 
1692
  app.launch(share=False, mcp_server=True)
 
1686
  ],
1687
  outputs=[artistic_output_image, artistic_error_message],
1688
  fn=generate_artistic_qr,
1689
+ cache_examples=False
1690
  )
1691
 
1692
  app.launch(share=False, mcp_server=True)