gradio-language-switch-demo / pyproject.toml
hayas's picture
Add files
375fa8a
raw
history blame contribute delete
170 Bytes
[project]
name = "gradio-language-switch-demo"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gradio>=5.1.0",
]