Spaces:
Runtime error
Runtime error
VoiceCloning-be
commited on
Update app.py
Browse files
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))
|