r3gm commited on
Commit
4fad6a8
1 Parent(s): 431084f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -459,7 +459,7 @@ with gr.Blocks(theme=theme) as demo:
459
  AUDIO_MIX,
460
  ],
461
  outputs=[video_output],
462
- cache_examples=False,
463
  )
464
 
465
  ### link
@@ -602,7 +602,7 @@ with gr.Blocks(theme=theme) as demo:
602
  bAUDIO_MIX
603
  ],
604
  outputs=[blink_output],
605
- cache_examples=False,
606
  )
607
 
608
 
 
459
  AUDIO_MIX,
460
  ],
461
  outputs=[video_output],
462
+ cache_examples=True,
463
  )
464
 
465
  ### link
 
602
  bAUDIO_MIX
603
  ],
604
  outputs=[blink_output],
605
+ cache_examples=True,
606
  )
607
 
608