CoolFace
Apppublic

ZeroTwo3/videoshop-backend

sourceHugging Faceopenrailupdated 3y agoView on Hugging Face
2likes
setup.cfg15 linesDownload Raw Back to root
1[pep8]2max-line-length = 1203 4[flake8]5max-line-length = 1206 7[coverage:report]8include = audiocraft/*9omit =10    audiocraft/environment.py11    audiocraft/solvers/*12    audiocraft/utils/*13    audiocraft/*/loaders.py14    audiocraft/*/builders.py15