Update app.py
Browse files
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=
|
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=
|
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 |
|