Chatacter / pyproject.toml
MH0386's picture
Upload folder using huggingface_hub
9718689 verified
raw
history blame
184 Bytes
[project]
name = "chatacter_gradio"
version = "0.1.0"
description = "Gradio app for character"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=4.43.0",
]