CoolFace
Apppublic

prabaerode/zero-shot-tts

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
ruff.toml11 linesDownload Raw Back to root
1line-length = 1202target-version = "py310"3 4[lint]5# Only ignore variables with names starting with "_".6dummy-variable-rgx = "^_.*$"7 8[lint.isort]9force-single-line = true10lines-after-imports = 211