r3gm commited on
Commit
e542988
1 Parent(s): 2e519f4

cache examples

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -758,7 +758,7 @@ with gr.Blocks(theme=theme) as demo:
758
  AUDIO_MIX,
759
  ],
760
  outputs=[video_output],
761
- cache_examples=False,
762
  )
763
 
764
  ### link
@@ -864,7 +864,7 @@ with gr.Blocks(theme=theme) as demo:
864
  bAUDIO_MIX
865
  ],
866
  outputs=[blink_output],
867
- cache_examples=False,
868
  )
869
 
870
 
 
758
  AUDIO_MIX,
759
  ],
760
  outputs=[video_output],
761
+ cache_examples=True,
762
  )
763
 
764
  ### link
 
864
  bAUDIO_MIX
865
  ],
866
  outputs=[blink_output],
867
+ cache_examples=True,
868
  )
869
 
870