drewThomasson commited on
Commit
7ffeb7e
·
verified ·
1 Parent(s): c6dfc94

changed default output path to work well for huggingface space

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -167,8 +167,8 @@ if __name__ == "__main__":
167
  parser.add_argument(
168
  "--out_path",
169
  type=str,
170
- help="Output path (where data and checkpoints will be saved) Default: output/",
171
- default=str(Path.cwd() / "finetune_models"),
172
  )
173
 
174
  parser.add_argument(
 
167
  parser.add_argument(
168
  "--out_path",
169
  type=str,
170
+ help="Output path (where data and checkpoints will be saved) Default: /home/user/app/FineTune_Xtts/",
171
+ default="/home/user/app/FineTune_Xtts/",
172
  )
173
 
174
  parser.add_argument(