pvq_manipulation / setup.py
FrederikRautenberg's picture
Add vits model and normalizing flow. Jupyter Notebook as example call
0f1d9a2
raw
history blame
305 Bytes
from distutils.core import setup
setup(
name='pvq_manipulation',
version='0.0.0',
author='Department of Communications Engineering, Paderborn University',
author_email='sek@nt.upb.de',
license='MIT',
keywords='audio speech',
install_requires=[
'torchdiffeq',
],
)