remove academic third party

This commit is contained in:
lyuxiang.lx
2024-07-08 17:22:27 +08:00
parent 62c71075ac
commit 4e43a9d98b
4 changed files with 2 additions and 6 deletions

View File

@@ -15,7 +15,6 @@ import os
import sys
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
sys.path.append('{}/../..'.format(ROOT_DIR))
sys.path.append('{}/../../third_party/AcademiCodec'.format(ROOT_DIR))
sys.path.append('{}/../../third_party/Matcha-TTS'.format(ROOT_DIR))
import logging
import argparse