Spaces:
Running
Running
flow3rdown
commited on
Commit
·
9e48e7a
1
Parent(s):
39e9eae
fix
Browse files
app.py
CHANGED
@@ -173,8 +173,8 @@ def single_tab_tti():
|
|
173 |
fn=single_inference_iit,
|
174 |
inputs=[head_text, head_ent, tail_text, tail_ent, question_image, question_ent],
|
175 |
outputs=[output_text],
|
176 |
-
cache_examples=
|
177 |
-
run_on_click=
|
178 |
)
|
179 |
|
180 |
def blended_tab_iti():
|
@@ -204,8 +204,8 @@ def blended_tab_iti():
|
|
204 |
fn=single_inference_iit,
|
205 |
inputs=[head_image, head_ent, tail_txt, tail_ent, question_image, question_ent],
|
206 |
outputs=[output_text],
|
207 |
-
cache_examples=
|
208 |
-
run_on_click=
|
209 |
)
|
210 |
|
211 |
|
|
|
173 |
fn=single_inference_iit,
|
174 |
inputs=[head_text, head_ent, tail_text, tail_ent, question_image, question_ent],
|
175 |
outputs=[output_text],
|
176 |
+
cache_examples=False,
|
177 |
+
run_on_click=False
|
178 |
)
|
179 |
|
180 |
def blended_tab_iti():
|
|
|
204 |
fn=single_inference_iit,
|
205 |
inputs=[head_image, head_ent, tail_txt, tail_ent, question_image, question_ent],
|
206 |
outputs=[output_text],
|
207 |
+
cache_examples=False,
|
208 |
+
run_on_click=False
|
209 |
)
|
210 |
|
211 |
|