OmniAICreator commited on
Commit
fa5a4cf
·
verified ·
1 Parent(s): 2f34b43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from xcodec2.modeling_xcodec2 import XCodec2Model
12
 
13
  # ====== Settings ======
14
  # Use only the FT (44.1 kHz) version
15
- FT_REPO = os.getenv("FT_REPO", "NandemoGHS/Anime-XCodec2-44.1kHz")
16
  TARGET_SR = 16000 # XCodec2 expects 16 kHz input
17
  MAX_SECONDS_DEFAULT = 30 # Default max duration (seconds)
18
 
 
12
 
13
  # ====== Settings ======
14
  # Use only the FT (44.1 kHz) version
15
+ FT_REPO = os.getenv("FT_REPO", "NandemoGHS/Anime-XCodec2-44.1kHz-v2")
16
  TARGET_SR = 16000 # XCodec2 expects 16 kHz input
17
  MAX_SECONDS_DEFAULT = 30 # Default max duration (seconds)
18