Spaces:
Running
Running
| [project] | |
| name = "simultaneous-speech-to-speech-translation-without-aligned-data" | |
| version = "0.1.0" | |
| description = "Reproduction of Hibiki-Zero simultaneous speech-to-speech translation without aligned data" | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "gradio>=4.0.0", | |
| "numpy>=1.24.0", | |
| "pytest>=7.0.0", | |
| ] | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |
| [tool.hatch.build.targets.wheel] | |
| packages = ["src/hibiki_zero"] | |