Update api.py

delete useless code
This commit is contained in:
XXXXRT666 2024-03-20 19:12:04 +00:00 committed by GitHub
parent a01b17c54f
commit fa235308c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
api.py
View File

@ -109,7 +109,7 @@ import sys
now_dir = os.getcwd() now_dir = os.getcwd()
sys.path.append(now_dir) sys.path.append(now_dir)
sys.path.append("%s/GPT_SoVITS" % (now_dir)) sys.path.append("%s/GPT_SoVITS" % (now_dir))
import re
import signal import signal
from time import time as ttime from time import time as ttime
import torch import torch