HelloWorld / pyproject.toml
Pouyae's picture
Use phi-4-reasoning-plus model
38aab71
raw
history blame
207 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",
"transformers>=4.51.3",
]