mirror of https://github.com/coqui-ai/TTS.git
Update gradio demo
This commit is contained in:
parent
70f2cb9c0e
commit
335b8c37b3
|
@ -165,6 +165,6 @@ def train_gpt(language, num_epochs, batch_size, train_csv, eval_csv, output_path
|
|||
speaker_ref = train_samples[longest_text_idx]["audio_file"]
|
||||
|
||||
# deallocate VRAM
|
||||
del model, trainer
|
||||
del model
|
||||
|
||||
return XTTS_CONFIG_FILE, XTTS_CHECKPOINT, TOKENIZER_FILE, trainer.output_path, speaker_ref
|
||||
|
|
Loading…
Reference in New Issue