pablovela5620 commited on
Commit
ec6007a
1 Parent(s): f503434

Update cache_examples to True in predict_normal function

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks() as demo:
80
  inputs=[input_img],
81
  outputs=[output_img],
82
  fn=predict_normal,
83
- cache_examples=False,
84
  )
85
 
86
  with Modal(visible=True, allow_user_close=False) as modal:
 
80
  inputs=[input_img],
81
  outputs=[output_img],
82
  fn=predict_normal,
83
+ cache_examples=True,
84
  )
85
 
86
  with Modal(visible=True, allow_user_close=False) as modal: