sparanoid commited on
Commit
0e3a7d8
·
unverified ·
1 Parent(s): d363fb8

feat: remove unavailable dicts

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -17,9 +17,9 @@ net_g_ms, hubert_soft, feature_input, hps_ms = infer_tool.load_model(f"{model_na
17
  target_sample = hps_ms.data.sampling_rate
18
  spk_dict = {
19
  "明前奶绿": 0,
20
- "云灏": 2,
21
- "即霜": 3,
22
- "奕兰秋": 4
23
  }
24
 
25
  def list_models():
 
17
  target_sample = hps_ms.data.sampling_rate
18
  spk_dict = {
19
  "明前奶绿": 0,
20
+ # "云灏": 2,
21
+ # "即霜": 3,
22
+ # "奕兰秋": 4
23
  }
24
 
25
  def list_models():