Saee commited on
Commit
f95a5b6
1 Parent(s): 8f8fa36

removing cache

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ with gr.Blocks(css=css) as demo:
162
  inputs=[input_image, question, model_choices[0]],
163
  outputs=outputs_answer,
164
  fn=generate_answers,
165
- cache_examples=True
166
  )
167
 
168
  run_button.click(
 
162
  inputs=[input_image, question, model_choices[0]],
163
  outputs=outputs_answer,
164
  fn=generate_answers,
165
+ cache_examples=False
166
  )
167
 
168
  run_button.click(