diff --git a/src/f5_tts/train/finetune_gradio.py b/src/f5_tts/train/finetune_gradio.py index 399a859..076306b 100644 --- a/src/f5_tts/train/finetune_gradio.py +++ b/src/f5_tts/train/finetune_gradio.py @@ -161,7 +161,6 @@ def load_settings(project_name): ) - # Load metadata def get_audio_duration(audio_path): """Calculate the duration mono of an audio file.""" @@ -1610,7 +1609,6 @@ If you encounter a memory error, try reducing the batch size per GPU to a smalle cd_logger.value = logger_value ch_8bit_adam.value = bnb_optimizer_value - ch_stream = gr.Checkbox(label="Stream Output Experiment", value=True) txt_info_train = gr.Text(label="Info", value="")