cache examples
Browse files
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=
|
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=
|
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 |
|