Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,7 @@ from text import text_to_sequence
|
|
17 |
import gradio as gr
|
18 |
|
19 |
from scipy.io.wavfile import write
|
|
|
20 |
|
21 |
|
22 |
def get_text(text, hps):
|
|
|
17 |
import gradio as gr
|
18 |
|
19 |
from scipy.io.wavfile import write
|
20 |
+
LRU_CACHE_CAPACITY = 1
|
21 |
|
22 |
|
23 |
def get_text(text, hps):
|