Spaces:
Running on Zero
Running on Zero
File size: 462 Bytes
a4aa5c5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | [project]
name = "synthcxr"
version = "0.1.0"
description = "Chest X-ray generation via Qwen-Image-Edit LoRA fine-tuning"
requires-python = ">=3.10.1"
dependencies = [
"diffsynth>=2.0.4",
"fastapi[standard]>=0.135.1",
"gradio>=6.8.0",
"python-multipart>=0.0.22",
"scipy",
"uvicorn[standard]>=0.41.0",
]
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["src"]
|