Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
VQMIVC
like
6
Runtime error
App
Files
Files
Community
2
3cb3114
VQMIVC
/
ParallelWaveGAN
/
setup.cfg
akhaliq3
spaces demo
2b7bf83
about 3 years ago
raw
Copy download link
history
blame
Safe
188 Bytes
[aliases]
test
=pytest
[tool:pytest]
addopts
= --verbose --durations=
0
testpaths
= test
[flake8]
ignore
= H102,E203,W503,H238,D104
# 120 is a workaround, 79 is good
max-line-length
=
120