Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Dec 6, 2023
1 parent 6631abe commit ae9b56d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/apk/generate-tts-apk-script.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ def main():
template = environment.from_string(s)
d = dict()

all_model_list = get_vits_models()
all_model_list += get_piper_models()
# all_model_list = get_vits_models()
all_model_list = get_piper_models()
all_model_list += get_coqui_models()

num_models = len(all_model_list)
Expand Down

0 comments on commit ae9b56d

Please sign in to comment.