Spaces:
Runtime error
Runtime error
Update train_gpt_xtts.py
Browse files- train_gpt_xtts.py +1 -0
train_gpt_xtts.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
import os
|
|
|
|
| 2 |
|
| 3 |
from TTS.tts.configs.xtts_config import XttsConfig
|
| 4 |
torch.serialization.add_safe_globals([XttsConfig])
|
|
|
|
| 1 |
import os
|
| 2 |
+
import torch
|
| 3 |
|
| 4 |
from TTS.tts.configs.xtts_config import XttsConfig
|
| 5 |
torch.serialization.add_safe_globals([XttsConfig])
|