Spaces:
Runtime error
Runtime error
[tool.poetry] | |
name = "whisper-timestamped" | |
version = "0.1.0" | |
description = "" | |
authors = ["nahue-passano <passano43632@estudiantes.untref.edu.ar>"] | |
readme = "README.md" | |
packages = [{include = "whisper_timestamped"}] | |
[tool.poetry.dependencies] | |
python = ">=3.8,<3.9.7 || >3.9.7,<4.0" | |
Cython = "*" | |
dtw-python = "*" | |
openai-whisper = "*" | |
torch = "1.13" | |
matplotlib = "^3.7.1" | |
streamlit = "^1.24.0" | |
sounddevice = "^0.4.6" | |
soundfile = "^0.12.1" | |
pydub = "^0.25.1" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |