Spaces:
Running
on
Zero
Running
on
Zero
File size: 509 Bytes
e649e86 802d9be dd42569 802d9be 6bcebfe e649e86 6bcebfe |
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 |
[project]
name = "instanovo-gradio"
version = "0.1.0"
description = "InstaNovo Gradio App"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=5.33.1",
"gradio-log>=0.0.8",
"instanovo[cu124]>=1.1.3",
"spaces>=0.37.0",
"torch==2.4.1",
]
[tool.uv.sources]
torch = [
{ index = "pytorch-cu124", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
]
[[tool.uv.index]]
name = "pytorch-cu124"
url = "https://download.pytorch.org/whl/cu124"
explicit = true
|