Spaces:
Build error
Build error
feat: remove unavailable dicts
Browse files
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():
|