Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -349,7 +349,7 @@ with gr.Blocks() as demo:
|
|
349 |
tts_voice05,
|
350 |
],
|
351 |
outputs=[video_output],
|
352 |
-
|
353 |
)
|
354 |
|
355 |
|
@@ -426,7 +426,7 @@ with gr.Blocks() as demo:
|
|
426 |
btts_voice05,
|
427 |
],
|
428 |
outputs=[video_output],
|
429 |
-
|
430 |
)
|
431 |
|
432 |
|
|
|
349 |
tts_voice05,
|
350 |
],
|
351 |
outputs=[video_output],
|
352 |
+
cache_examples=True,
|
353 |
)
|
354 |
|
355 |
|
|
|
426 |
btts_voice05,
|
427 |
],
|
428 |
outputs=[video_output],
|
429 |
+
cache_examples=True,
|
430 |
)
|
431 |
|
432 |
|