Skip to content

Instantly share code, notes, and snippets.

@rben01
Created November 14, 2023 19:47
Show Gist options
  • Save rben01/6caf9e89785957563b996d2ebe297491 to your computer and use it in GitHub Desktop.
Save rben01/6caf9e89785957563b996d2ebe297491 to your computer and use it in GitHub Desktop.
[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