18 lines
376 B
TOML
18 lines
376 B
TOML
[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",
|
|
]
|