Spaces:
Sleeping
Sleeping
File size: 319 Bytes
287d863 b304f79 0a9ad49 287d863 29c9bfa |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
[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",
"pytest>=8.3.4",
"torch>=2.5.1",
]
[tool.pytest.ini_options]
pythonpath = ["."]
|