EgypTalk-ASR-v2-demo / pyproject.toml
Omartificial-Intelligence-Space's picture
Create pyproject.toml
a091506 verified
raw
history blame contribute delete
371 Bytes
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "nemo-project"
version = "0.1.0"
description = "EgypTalk-ASR-v2 Gradio app"
authors = [{ name = "User" }]
requires-python = ">=3.9"
dependencies = [
"gradio>=4.0.0",
"torch",
"nemo_toolkit[asr]",
"evaluate",
"spaces",
"huggingface_hub",
]