Spaces:
Runtime error
Runtime error
File size: 651 Bytes
8ce468d c2a846f 8ce468d c2a846f 8ce468d c2a846f a611825 c2a846f |
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 = "DSINE-space"
version = "0.1.0"
description = "Add a short description here"
authors = ["pablovela5620 <pablovela5620@gmail.com>"]
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 = "*"
|