Spaces:
Running on Zero
Running on Zero
| [project] | |
| name = "visual-lineage" | |
| version = "0.1.0" | |
| description = "Cultural image LoRA lineage/provenance prototype" | |
| requires-python = ">=3.11" | |
| dependencies = [ | |
| "gradio>=5.0", | |
| "pydantic>=2.0", | |
| "PyYAML>=6.0", | |
| "Pillow>=10.0", | |
| "requests>=2.31", | |
| ] | |
| [tool.pytest.ini_options] | |
| pythonpath = ["."] | |
| testpaths = ["tests"] | |