kevinconka commited on
Commit
ae1d8af
·
1 Parent(s): 69346b7

cache examples during loading

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -90,7 +90,6 @@ with gr.Blocks(theme=theme, css=css, title="SEA.AI Vision Demo") as demo:
90
  outputs=img_output,
91
  fn=inference,
92
  cache_examples=True,
93
- cache_mode="lazy",
94
  )
95
 
96
  # add components to clear when clear button is clicked
 
90
  outputs=img_output,
91
  fn=inference,
92
  cache_examples=True,
 
93
  )
94
 
95
  # add components to clear when clear button is clicked