csukuangfj commited on
Commit
c4e1e01
·
1 Parent(s): e6abff3
Files changed (1) hide show
  1. generate-tts.py +3 -2
generate-tts.py CHANGED
@@ -47,8 +47,8 @@ def get_all_files(d_list: List[str], suffix: str) -> List[str]:
47
  if isinstance(d_list, str):
48
  d_list = [d_list]
49
  min_major = 1
50
- min_minor = 20
51
- min_patch = 0
52
 
53
  ss = []
54
  for d in d_list:
@@ -141,6 +141,7 @@ we support models from different frameworks. Please check the license of your se
141
 
142
  def main():
143
  apk = get_all_files(["tts", "tts-2", "tts-new"], suffix=".apk")
 
144
  to_file("./apk.html", apk)
145
 
146
  # for Chinese users
 
47
  if isinstance(d_list, str):
48
  d_list = [d_list]
49
  min_major = 1
50
+ min_minor = 10
51
+ min_patch = 20
52
 
53
  ss = []
54
  for d in d_list:
 
141
 
142
  def main():
143
  apk = get_all_files(["tts", "tts-2", "tts-new"], suffix=".apk")
144
+ print("len", len(apk))
145
  to_file("./apk.html", apk)
146
 
147
  # for Chinese users