HelloWorld / pyproject.toml
Pouyae's picture
Revert "Use phi-4-reasoning-plus model"
b197258
raw
history blame contribute delete
179 Bytes
[project]
name = "helloworld"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"gradio>=5.29.0",
]