r3gm commited on
Commit
24a2b21
1 Parent(s): bac8297

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -349,7 +349,7 @@ with gr.Blocks() as demo:
349
  tts_voice05,
350
  ],
351
  outputs=[video_output],
352
- #cache_examples=True,
353
  )
354
 
355
 
@@ -426,7 +426,7 @@ with gr.Blocks() as demo:
426
  btts_voice05,
427
  ],
428
  outputs=[video_output],
429
- #cache_examples=True,
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