Spaces:
Running
on
Zero
Running
on
Zero
| [project] | |
| name = "labelm2" | |
| version = "0.1.0" | |
| description = "Default template for PDM package" | |
| authors = [{ name = "Patrice Ferlet", email = "[email protected]" }] | |
| dependencies = [ | |
| "gradio>=6.0.2", | |
| "torch>=2.9.1", | |
| "transformers>=4.57.3", | |
| "pillow>=12.0.0", | |
| "spaces>=0.44.0", | |
| "networkx>=3.0,<3.6", | |
| "torchvision>=0.24.1", | |
| ] | |
| requires-python = ">=3.10,<3.13" | |
| readme = "README.md" | |
| license = { text = "MIT" } | |
| [tool.pdm] | |
| distribution = false | |