Spaces:
Running
on
Zero
Running
on
Zero
File size: 531 Bytes
eea4530 7b059da eea4530 a0e3696 ac1916a 7b059da eea4530 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
[project]
name = "rerun-apple-depth-pro"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"attrs>=24.2.0",
"depth-pro",
"gradio>=4.44.1",
"gradio-rerun>=0.0.8",
"rerun-sdk==0.19.0",
"spaces>=0.30.4",
]
[tool.uv]
dev-dependencies = [
"ipykernel>=6.29.5",
"ipywidgets>=8.1.5",
"matplotlib>=3.9.2",
"rich>=13.9.2",
"tqdm>=4.66.5",
]
[tool.uv.sources]
depth-pro = { git = "https://github.com/apple/ml-depth-pro" }
|