File size: 242 Bytes
10e0c39
 
88b1583
 
 
 
 
 
 
 
10e0c39
1
2
3
4
5
6
7
8
9
10
11
12
from setuptools import setup

setup(
    name="Uwu",
    version="0.0.1",
    author="Zai",
    packages=["uwu"],
    description="A text to speech and speech to text model",
    license="GNU",
    install_requires=["torch", "torchaudio"],
)