mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-08 20:10:44 +08:00
optimize(onnx): move infer into rvc.onnx
This commit is contained in:
@@ -36,15 +36,6 @@ for filename in glob.iglob("**/*.py", recursive=True):
|
||||
print(filename, len(i18n_strings))
|
||||
strings.extend(i18n_strings)
|
||||
code_keys = set(strings)
|
||||
"""
|
||||
n_i18n.py
|
||||
gui_v1.py 26
|
||||
app.py 16
|
||||
infer-web.py 147
|
||||
scan_i18n.py 0
|
||||
i18n.py 0
|
||||
lib/train/process_ckpt.py 1
|
||||
"""
|
||||
print()
|
||||
print("Total unique:", len(code_keys))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user