Spaces:
Paused
Paused
族別選單,固定族ê先後。 (#4)
Browse files- 族別選單,固定族ê先後。 (290c14f3e303ad89387006b5eeeafd552d1e01fe)
Co-authored-by: Sih Sîng-hông <Sing-hong@users.noreply.huggingface.co>
app.py
CHANGED
|
@@ -124,7 +124,7 @@ examples_config = OmegaConf.to_object(OmegaConf.load("configs/examples.yaml"))
|
|
| 124 |
|
| 125 |
DEFAULT_MODEL_ID = list(models_config.keys())[0]
|
| 126 |
|
| 127 |
-
ETHNICITIES =
|
| 128 |
|
| 129 |
|
| 130 |
@gpu_decorator
|
|
|
|
| 124 |
|
| 125 |
DEFAULT_MODEL_ID = list(models_config.keys())[0]
|
| 126 |
|
| 127 |
+
ETHNICITIES = sorted(set([k.split("_")[0] for k in g2p_object.keys()]))
|
| 128 |
|
| 129 |
|
| 130 |
@gpu_decorator
|