Spaces:
Running on Zero
Running on Zero
File size: 646 Bytes
dffa66f c4c7d72 dffa66f 3f3b81d dffa66f | 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 28 29 30 | [project]
name = "firered-image-edit"
version = "1.0.0"
requires-python = ">=3.10"
dependencies = [
"transformers>=5.0.0",
"huggingface_hub",
"sentencepiece",
"torchvision",
"kernels",
"spaces",
"hf_xet",
"gradio==6.14.0",
"torch",
"numpy",
"av",
# git deps — pinned to exact commits by uv lock
"accelerate",
"diffusers",
"peft",
]
[tool.uv]
package = false
[tool.uv.sources]
accelerate = { git = "https://github.com/huggingface/accelerate.git" }
diffusers = { git = "https://github.com/huggingface/diffusers.git" }
peft = { git = "https://github.com/huggingface/peft.git" }
|