Refactor code structure for improved readability and maintainability
This commit is contained in:
17
pyproject.toml
Normal file
17
pyproject.toml
Normal 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",
|
||||
]
|
Reference in New Issue
Block a user