Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -205,7 +205,7 @@ with gr.Blocks() as demo:
|
|
205 |
inputs=[inp, gst_1, gst_2, gst_3, vocoder],
|
206 |
outputs=[wave_video, spec_plot, align_plot],
|
207 |
fn=synthesize,
|
208 |
-
cache_examples=
|
209 |
gr.Markdown("""
|
210 |
### Details and Indications
|
211 |
This is a Text-to-Speech (TTS) system that consists of two modules: 1) a Tacotron2 replicated model, which generates
|
|
|
205 |
inputs=[inp, gst_1, gst_2, gst_3, vocoder],
|
206 |
outputs=[wave_video, spec_plot, align_plot],
|
207 |
fn=synthesize,
|
208 |
+
cache_examples=False, )
|
209 |
gr.Markdown("""
|
210 |
### Details and Indications
|
211 |
This is a Text-to-Speech (TTS) system that consists of two modules: 1) a Tacotron2 replicated model, which generates
|