Spaces:
Running on Zero
Running on Zero
| [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"] | |