MakiPan commited on
Commit
bf4c82c
·
1 Parent(s): eafe433

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -274,7 +274,7 @@ with gr.Blocks(theme='gradio/soft') as demo:
274
  inputs=[prompt_input, negative_prompt, input_image, model_type],
275
  outputs=[output_image],
276
  fn=infer,
277
- cache_examples=True,
278
  )
279
 
280
  inputs = [prompt_input, negative_prompt, input_image, model_type]
 
274
  inputs=[prompt_input, negative_prompt, input_image, model_type],
275
  outputs=[output_image],
276
  fn=infer,
277
+ cache_examples=False, #cache_examples=True,
278
  )
279
 
280
  inputs = [prompt_input, negative_prompt, input_image, model_type]