unknown commited on
Commit
3af98f2
·
1 Parent(s): 48e3eb1

add settings

Browse files
src/f5_tts/train/finetune_gradio.py CHANGED
@@ -99,7 +99,7 @@ def load_settings(project_name):
99
  path_project = os.path.join(path_project_ckpts, project_name)
100
  file_setting = os.path.join(path_project, "setting.json")
101
 
102
- if os.path.isfile(file_setting) == False:
103
  settings = {
104
  "exp_name": "F5TTS_Base",
105
  "learning_rate": 1e-05,
 
99
  path_project = os.path.join(path_project_ckpts, project_name)
100
  file_setting = os.path.join(path_project, "setting.json")
101
 
102
+ if not os.path.isfile(file_setting):
103
  settings = {
104
  "exp_name": "F5TTS_Base",
105
  "learning_rate": 1e-05,