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