BiomedParse / pyproject.toml
kernel-luso-comfort's picture
Add development environment setup with mock model functions and Gradio interface
287d863
raw
history blame
232 Bytes
[project]
name = "biomedparse"
version = "0.1.0"
description = "Python environment to develop the Gradio interface. Mocks the actual ML model."
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"gradio==4.44.1",
]