Chatacter / pyproject.toml
MH0386's picture
Upload folder using huggingface_hub
de9bf07 verified
raw
history blame contribute delete
193 Bytes
[project]
name = "chatacter_streamlit"
version = "0.1.0"
description = "Streamlit app for character"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"streamlit>=1.38.0",
]