Spaces:
Sleeping
Sleeping
File size: 287 Bytes
a159b10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [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",
]
|