Created
November 14, 2023 19:47
-
-
Save rben01/6caf9e89785957563b996d2ebe297491 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
authors = ["rben01"] | |
description = "" | |
name = "whisper-test" | |
readme = "README.md" | |
version = "0.1.0" | |
[tool.poetry.dependencies] | |
python = "~3.11" | |
openai-whisper = "*" | |
[build-system] | |
build-backend = "poetry.core.masonry.api" | |
requires = ["poetry-core"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment