exp-audio-recorder / pyproject.toml
f2ai's picture
Upload folder using huggingface_hub
ad93d56 verified
[project]
name = "audio-understanding"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"gradio>=5.31.0",
"librosa>=0.11.0",
"pandas>=2.2.3",
"requests>=2.32.3",
"ruff>=0.11.11",
]