Spaces:
Running
on
Zero
Running
on
Zero
mrfakename
commited on
Commit
•
3536c5f
1
Parent(s):
9154cc9
Sync from GitHub repo
Browse filesThis Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there
src/f5_tts/train/finetune_gradio.py
CHANGED
@@ -38,7 +38,7 @@ last_device = ""
|
|
38 |
path_basic = os.path.abspath(os.path.join(__file__, "../../../.."))
|
39 |
path_data = os.path.join(path_basic, "data")
|
40 |
path_project_ckpts = os.path.join(path_basic, "ckpts")
|
41 |
-
file_train = "f5_tts/train/finetune_cli.py"
|
42 |
|
43 |
device = "cuda" if torch.cuda.is_available() else "mps" if torch.backends.mps.is_available() else "cpu"
|
44 |
|
|
|
38 |
path_basic = os.path.abspath(os.path.join(__file__, "../../../.."))
|
39 |
path_data = os.path.join(path_basic, "data")
|
40 |
path_project_ckpts = os.path.join(path_basic, "ckpts")
|
41 |
+
file_train = "src/f5_tts/train/finetune_cli.py"
|
42 |
|
43 |
device = "cuda" if torch.cuda.is_available() else "mps" if torch.backends.mps.is_available() else "cpu"
|
44 |
|