DSINE-space / pixi.toml
pablovela5620's picture
Add DSINE model prediction functionality and user agreement modal
c2a846f
raw
history blame contribute delete
No virus
651 Bytes
[project]
name = "DSINE-space"
version = "0.1.0"
description = "Add a short description here"
authors = ["pablovela5620 <[email protected]>"]
channels = ["conda-forge", "pytorch"]
platforms = ["linux-64"]
[tasks]
download-ckpt = "gdown 1B60LahYi3IuHu0nP2EySEWH29guWavZI --output checkpoints/"
start={cmd="python main.py", depends_on=["download-ckpt"]}
[dependencies]
python = "3.11.*"
pytorch = {version = ">=2.2.0,<2.3", channel="pytorch"}
torchvision = {version = ">=0.17.0,<0.18", channel="pytorch"}
gradio = ">=4.19.2,<4.20"
gdown = ">=5.1.0,<5.2"
[pypi-dependencies]
gradio-modal = "*"
gradio-imageslider = "*"
geffnet = "*"
glob2 = "*"