Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
zaibutcooler
/
agency
like
1
Runtime error
App
Files
Files
Community
550c67b
agency
/
setup.py
zaibutcooler
ready to start
88b1583
7 months ago
raw
Copy download link
history
blame
Safe
242 Bytes
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"
],
)