KingNish commited on
Commit
cd04efe
1 Parent(s): d68c977

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ with gr.Blocks(css=css) as demo:
194
  inputs=[type,input_image, instruction],
195
  fn=king,
196
  outputs=[input_image],
197
- cache_examples=True,
198
  )
199
 
200
  gr.Markdown(help_text)
 
194
  inputs=[type,input_image, instruction],
195
  fn=king,
196
  outputs=[input_image],
197
+ cache_examples=False,
198
  )
199
 
200
  gr.Markdown(help_text)