weifeng.genius commited on
Commit
8952933
·
1 Parent(s): 8ed5373

example cache

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ if __name__ == '__main__':
185
  inputs=inputs,
186
  outputs=result,
187
  fn=inference,
188
- cache_examples=False,
189
  run_on_click=False,
190
  )
191
 
 
185
  inputs=inputs,
186
  outputs=result,
187
  fn=inference,
188
+ cache_examples=True,
189
  run_on_click=False,
190
  )
191