donb-hf commited on
Commit
6065dfd
1 Parent(s): 13b212c

remove cache examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
165
  inputs=[input_img, task_prompt],
166
  outputs=[output_text, output_img],
167
  fn=process_image,
168
- cache_examples=True,
169
  label='Try examples'
170
  )
171
 
 
165
  inputs=[input_img, task_prompt],
166
  outputs=[output_text, output_img],
167
  fn=process_image,
168
+ cache_examples=False,
169
  label='Try examples'
170
  )
171