tts : minor fix

This commit is contained in:
Georgi Gerganov 2024-12-11 18:43:02 +02:00
parent db613915de
commit 8329e850cc
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -11,9 +11,6 @@ import re
from safetensors.torch import save_file
# change path to script dir
os.chdir(os.path.dirname(os.path.abspath(__file__)))
# default
model_path = './model.pt';