flow3rdown commited on
Commit
39e9eae
·
1 Parent(s): a6c4550
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -142,8 +142,8 @@ def single_tab_iit():
142
  fn=single_inference_iit,
143
  inputs=[head_image, head_ent, tail_image, tail_ent, question_text, question_ent],
144
  outputs=[output_text],
145
- cache_examples=True,
146
- run_on_click=True
147
  )
148
 
149
  def single_tab_tti():
 
142
  fn=single_inference_iit,
143
  inputs=[head_image, head_ent, tail_image, tail_ent, question_text, question_ent],
144
  outputs=[output_text],
145
+ cache_examples=False,
146
+ run_on_click=False
147
  )
148
 
149
  def single_tab_tti():