KingNish commited on
Commit
8b1b541
1 Parent(s): ed2d2b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,7 +220,7 @@ with gr.Blocks(css=css) as demo:
220
  inputs=[type,input_image, instruction],
221
  fn=king,
222
  outputs=[input_image],
223
- cache_examples=True,
224
  )
225
 
226
  gr.Markdown(help_text)
 
220
  inputs=[type,input_image, instruction],
221
  fn=king,
222
  outputs=[input_image],
223
+ cache_examples=False,
224
  )
225
 
226
  gr.Markdown(help_text)