drewThomasson commited on
Commit
6e0edfa
·
verified ·
1 Parent(s): 43a4dea

Update ebook2audiobookXTTS/custom_model_ebook2audiobookXTTS.py

Browse files
ebook2audiobookXTTS/custom_model_ebook2audiobookXTTS.py CHANGED
@@ -17,8 +17,6 @@ from TTS.tts.configs.xtts_config import XttsConfig
17
  from TTS.tts.models.xtts import Xtts
18
  from tqdm import tqdm
19
 
20
- from app import import_all_files
21
-
22
  #nltk.download('punkt') # Make sure to download the necessary models
23
  def is_folder_empty(folder_path):
24
  if os.path.exists(folder_path) and os.path.isdir(folder_path):
 
17
  from TTS.tts.models.xtts import Xtts
18
  from tqdm import tqdm
19
 
 
 
20
  #nltk.download('punkt') # Make sure to download the necessary models
21
  def is_folder_empty(folder_path):
22
  if os.path.exists(folder_path) and os.path.isdir(folder_path):