F5-TTS-pt-br / pyproject.toml
fuuuzzy's picture
Upload folder using huggingface_hub
7c71fa7 verified
[project]
name = "f5-tts-pt-br"
version = "0.1.0"
description = "F5-TTS Voice Cloning API with UVR5 and Audio Merging"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"f5-tts>=1.1.10",
"torch>=2.1.0",
"tqdm>=4.67.1",
"flask>=3.0.0",
"redis>=5.0.0",
"requests>=2.31.0",
"pyyaml>=6.0.0",
"boto3>=1.34.0",
"audio-separator[gpu]>=0.17.0",
"onnxruntime-gpu>=1.17.0",
"ffmpeg-python>=0.2.0"
]