Skip to content

Commit

Permalink
clear pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
lpscr committed Nov 1, 2024
1 parent 9984a48 commit 27d98a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/f5_tts/train/finetune_gradio.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def start_training(
stream=False,
logger="wandb",
):
global training_process, tts_api, stop_signal
global training_process, tts_api, stop_signal, pipe

if tts_api is not None or pipe is not None:
if tts_api is not None:
Expand Down

0 comments on commit 27d98a5

Please sign in to comment.