KingNish commited on
Commit
9d17f5e
1 Parent(s): 198bbaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,7 +213,7 @@ with gr.Blocks(css=css) as demo:
213
  inputs=[type,input_image, instruction],
214
  fn=king,
215
  outputs=[input_image],
216
- cache_examples=True,
217
  )
218
 
219
  gr.Markdown(help_text)
 
213
  inputs=[type,input_image, instruction],
214
  fn=king,
215
  outputs=[input_image],
216
+ cache_examples=False,
217
  )
218
 
219
  gr.Markdown(help_text)