Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
# HF Space deployment requirements (used by Spaces build, not local dev).
|
| 2 |
-
#
|
| 3 |
-
# gradio itself is provided by HF via README frontmatter `sdk_version: 6.5.1`;
|
| 4 |
# do NOT pin it here or builds can conflict.
|
| 5 |
numpy>=1.26
|
| 6 |
Pillow>=10.0
|
|
@@ -9,8 +8,9 @@ imageio>=2.34
|
|
| 9 |
imageio-ffmpeg>=0.5
|
| 10 |
torch>=2.2
|
| 11 |
torchvision>=0.17
|
| 12 |
-
diffusers>=0.
|
| 13 |
transformers>=4.40
|
| 14 |
accelerate>=0.30
|
| 15 |
peft>=0.10
|
| 16 |
spaces>=0.30
|
|
|
|
|
|
| 1 |
# HF Space deployment requirements (used by Spaces build, not local dev).
|
| 2 |
+
# gradio itself is provided by HF via README frontmatter sdk_version;
|
|
|
|
| 3 |
# do NOT pin it here or builds can conflict.
|
| 4 |
numpy>=1.26
|
| 5 |
Pillow>=10.0
|
|
|
|
| 8 |
imageio-ffmpeg>=0.5
|
| 9 |
torch>=2.2
|
| 10 |
torchvision>=0.17
|
| 11 |
+
diffusers>=0.32
|
| 12 |
transformers>=4.40
|
| 13 |
accelerate>=0.30
|
| 14 |
peft>=0.10
|
| 15 |
spaces>=0.30
|
| 16 |
+
sentencepiece>=0.2
|