CoolFace
Apppublic

iofocus/SingleImage3d

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
pyproject.toml24 linesDownload Raw Back to root
1[project]2name = "ml-sharp"3version = "1.0.0"4description = "Sharp Monocular View Synthesis in Less Than a Second"5readme = "README.md"6requires-python = ">=3.13"7dependencies = [8    "gradio==6.1.0",9    "huggingface-hub>=1.2.3",10    "sharp",11    "spaces==0.44.0",12    "torch>=2.9.1",13    "torchvision>=0.24.1",14]15 16[tool.uv.sources]17sharp = { git = "https://github.com/apple/ml-sharp.git", rev = "cdb4ddc6796402bee5487c7312260f2edd8bd5f0" }18 19[dependency-groups]20dev = [21    "hf>=1.2.3",22    "ruff>=0.14.9",23]24