WordCounterApp / pyproject.toml
ArseniyPerchik's picture
more
a159b10
raw
history blame contribute delete
287 Bytes
[project]
name = "wordcounterapp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12.0"
dependencies = [
"gradio>=6.10.0",
"python-dotenv>=1.2.2",
"torch>=2.11.0",
"torchaudio>=2.11.0",
"transformers>=5.4.0",
]