PlotweaverModel commited on
Commit
2e281ff
·
verified ·
1 Parent(s): 75ba71e

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def get_model(model_type):
62
  if model_type not in _models:
63
  model_map = {
64
  "custom": "Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice",
65
- "clone": "Qwen/Qwen3-TTS-12Hz-0.6B", # Use smaller model for cloning to save VRAM
66
  }
67
  print(f"[TTS] Loading {model_map[model_type]}...")
68
  _models[model_type] = Qwen3TTSModel.from_pretrained(
 
62
  if model_type not in _models:
63
  model_map = {
64
  "custom": "Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice",
65
+ "clone": "Qwen/Qwen3-TTS-12Hz-0.6B-Base", # Use smaller model for cloning to save VRAM
66
  }
67
  print(f"[TTS] Loading {model_map[model_type]}...")
68
  _models[model_type] = Qwen3TTSModel.from_pretrained(