smartdigitalnetworks commited on
Commit
587e91f
·
verified ·
1 Parent(s): 19a5572

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -794,7 +794,7 @@ with gr.Blocks(css="footer {display:none !important}") as demo:
794
  outputs=[generated_command, generated_video],
795
  fn=update,
796
  run_on_click=True,
797
- cache_examples=False,
798
  )
799
 
800
  with gr.Row():
 
794
  outputs=[generated_command, generated_video],
795
  fn=update,
796
  run_on_click=True,
797
+ cache_examples=True,
798
  )
799
 
800
  with gr.Row():