Spaces:
Runtime error
Runtime error
| [project] | |
| name = "color-textual-inversion" | |
| version = "0.1.4" | |
| description = "" | |
| authors = [ | |
| {name = "Bingsu", email = "ks2515@naver.com"}, | |
| ] | |
| dependencies = [ | |
| "torch", | |
| "torchvision", | |
| "accelerate", | |
| "ftfy", | |
| "tensorboard", | |
| "modelcards", | |
| "transformers>=4.21.0", | |
| "diffusers", | |
| "streamlit==1.10.0", | |
| ] | |
| license = {text = "MIT"} | |
| requires-python = ">=3.9" | |
| [tool] | |
| [tool.pdm] | |
| [tool.pdm.dev-dependencies] | |
| dev = [ | |
| "black>=22.10.0", | |
| "isort>=5.10.1", | |
| "mypy>=0.991", | |
| "flake8-bugbear>=22.12.6", | |
| "ipywidgets>=8.0.3", | |
| ] | |
| [tool.pdm.scripts] | |
| st = "streamlit run app.py" | |
| black = "black ." | |
| isort = "isort ." | |
| format = {composite = ["isort", "black"]} | |
| [tool.isort] | |
| profile = "black" | |