drewThomasson commited on
Commit
a105e1c
1 Parent(s): db0f3d3

Update import_locally_stored_tts_model_files.py

Browse files
import_locally_stored_tts_model_files.py CHANGED
@@ -4,8 +4,7 @@ import shutil
4
  print("Importing locally stored coqui tts models...")
5
 
6
  # Define the source directory and the destination base path
7
- source_dir = os.getcwd() # Current working directory
8
- tts_folder = os.path.join(source_dir, 'Base_XTTS_Model')
9
  destination_base = '/home/user/.local/share/'
10
 
11
  # Define the destination path for the tts folder
 
4
  print("Importing locally stored coqui tts models...")
5
 
6
  # Define the source directory and the destination base path
7
+ tts_folder = "/home/user/app/Base_XTTS_Model"
 
8
  destination_base = '/home/user/.local/share/'
9
 
10
  # Define the destination path for the tts folder