KingNish commited on
Commit
532394f
·
verified ·
1 Parent(s): aed6b70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ with gr.Blocks(title="KittenTTS - Text to Speech", theme=gr.themes.Soft()) as ap
104
  ],
105
  inputs=[text_input, voice_dropdown, speed_slider],
106
  label="Click on an example to try it out",
107
- cache_examples = False
108
  )
109
 
110
  # Model information
 
104
  ],
105
  inputs=[text_input, voice_dropdown, speed_slider],
106
  label="Click on an example to try it out",
107
+ cache_examples = "lazy"
108
  )
109
 
110
  # Model information