Spaces:
Running
Running
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 |
-
|
| 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
|