Plachta commited on
Commit
9fa50c0
1 Parent(s): 125ab5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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):