mrfakename commited on
Commit
db7018a
·
verified ·
1 Parent(s): 0330723

Sync from GitHub repo

Browse files

This Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there

Files changed (1) hide show
  1. src/f5_tts/infer/utils_infer.py +1 -1
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"../../{os.path.dirname(os.path.abspath(__file__))}/third_party/BigVGAN/")
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