Spaces:
Build error
Build error
changed default output path to work well for huggingface space
Browse files
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:
|
| 171 |
-
default=
|
| 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(
|