Spaces:
Running
on
Zero
Running
on
Zero
mrfakename
commited on
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/infer/utils_infer.py
CHANGED
@@ -4,7 +4,7 @@ import os
|
|
4 |
import sys
|
5 |
|
6 |
os.environ["PYTOCH_ENABLE_MPS_FALLBACK"] = "1" # for MPS device compatibility
|
7 |
-
sys.path.append(f"
|
8 |
|
9 |
import hashlib
|
10 |
import re
|
|
|
4 |
import sys
|
5 |
|
6 |
os.environ["PYTOCH_ENABLE_MPS_FALLBACK"] = "1" # for MPS device compatibility
|
7 |
+
sys.path.append(f"{os.path.dirname(os.path.abspath(__file__))}/../../third_party/BigVGAN/")
|
8 |
|
9 |
import hashlib
|
10 |
import re
|