nguyensu27 commited on
Commit
3a2b24e
·
verified ·
1 Parent(s): 3efe5b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def post_process(text):
29
  text = text.replace('"', "")
30
  return " ".join(text.split())
31
 
32
- @spaces.GPU
33
  def infer_tts(ref_audio_orig: str, gen_text: str, speed: float = 1.0, request: gr.Request = None):
34
 
35
  if not ref_audio_orig:
 
29
  text = text.replace('"', "")
30
  return " ".join(text.split())
31
 
32
+ #@spaces.GPU
33
  def infer_tts(ref_audio_orig: str, gen_text: str, speed: float = 1.0, request: gr.Request = None):
34
 
35
  if not ref_audio_orig: