Spaces:
Running
Running
flow3rdown
commited on
Commit
·
39e9eae
1
Parent(s):
a6c4550
fix
Browse files
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=
|
146 |
-
run_on_click=
|
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():
|