VoiceCloning-be commited on
Commit
9cf3479
1 Parent(s): 9174963

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -506,7 +506,7 @@ def effects_conf():
506
  visible=True,
507
  )
508
 
509
-
510
  def infer_tts_audio(tts_voice, tts_text, play_tts):
511
  out_dir = "output"
512
  folder_tts = "USER_"+str(random.randint(10000, 99999))
 
506
  visible=True,
507
  )
508
 
509
+ @spaces.GPU
510
  def infer_tts_audio(tts_voice, tts_text, play_tts):
511
  out_dir = "output"
512
  folder_tts = "USER_"+str(random.randint(10000, 99999))