r3gm commited on
Commit
fefb0ab
1 Parent(s): fee12c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -761,7 +761,7 @@ with gr.Blocks(theme=theme) as demo:
761
  AUDIO_MIX,
762
  ],
763
  outputs=[video_output],
764
- cache_examples=True,
765
  )
766
 
767
  ### link
@@ -867,7 +867,7 @@ with gr.Blocks(theme=theme) as demo:
867
  bAUDIO_MIX
868
  ],
869
  outputs=[blink_output],
870
- cache_examples=True,
871
  )
872
 
873
 
 
761
  AUDIO_MIX,
762
  ],
763
  outputs=[video_output],
764
+ cache_examples=False,
765
  )
766
 
767
  ### link
 
867
  bAUDIO_MIX
868
  ],
869
  outputs=[blink_output],
870
+ cache_examples=False,
871
  )
872
 
873