AkitoP commited on
Commit
ebb93fa
1 Parent(s): 7593f20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ def get_spepc(hps, filename):
133
  return spec
134
 
135
  def create_tts_fn(vq_model, ssl_model, t2s_model, hps, config, hz, max_sec):
136
- @spaces.GPU(duration=10)
137
  def tts_fn(ref_wav_path, prompt_text, prompt_language, target_phone, text_language, target_text = None):
138
  t0 = ttime()
139
  prompt_text=prompt_text.strip()
 
133
  return spec
134
 
135
  def create_tts_fn(vq_model, ssl_model, t2s_model, hps, config, hz, max_sec):
136
+ @spaces.GPU(duration=20)
137
  def tts_fn(ref_wav_path, prompt_text, prompt_language, target_phone, text_language, target_text = None):
138
  t0 = ttime()
139
  prompt_text=prompt_text.strip()