drewThomasson commited on
Commit
cd3793a
·
verified ·
1 Parent(s): e12c825

Update ebook2audiobookXTTS/ebook2audiobook.py

Browse files
ebook2audiobookXTTS/ebook2audiobook.py CHANGED
@@ -11,8 +11,6 @@ import os
11
  import nltk
12
  from nltk.tokenize import sent_tokenize
13
 
14
- from app import import_all_files
15
-
16
  #nltk.download('punkt') # Make sure to download the necessary models
17
  def is_folder_empty(folder_path):
18
  if os.path.exists(folder_path) and os.path.isdir(folder_path):
 
11
  import nltk
12
  from nltk.tokenize import sent_tokenize
13
 
 
 
14
  #nltk.download('punkt') # Make sure to download the necessary models
15
  def is_folder_empty(folder_path):
16
  if os.path.exists(folder_path) and os.path.isdir(folder_path):