Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-08-24 12:05:41 +02:00
parent 34f76242e6
commit c5ceea27b4
5 changed files with 4276 additions and 80 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[project]
name = "stableaudiowebui"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"einops>=0.8.1",
"gradio>=5.43.1",
"numba>=0.58",
"omegaconf>=2.3.0",
"pydub>=0.25.1",
"stable-audio-tools>=0.0.19",
"torch>=2.8.0",
"torchaudio>=2.8.0",
"torchvision>=0.23.0",
]