Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
|
@@ -1,21 +1,19 @@
|
|
| 1 |
-
#
|
| 2 |
gradio==5.49.1
|
| 3 |
|
| 4 |
-
# CPU-
|
| 5 |
torch==2.1.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
|
| 6 |
|
| 7 |
-
# Diffusers for image/video pipelines
|
| 8 |
diffusers==0.23.0
|
| 9 |
-
|
| 10 |
-
# Transformers for AI models
|
| 11 |
transformers==4.34.0
|
|
|
|
| 12 |
|
| 13 |
-
#
|
| 14 |
opencv-python-headless==4.8.1.78
|
| 15 |
-
|
| 16 |
-
# Image handling
|
| 17 |
Pillow==10.1.0
|
| 18 |
numpy==1.26.0
|
| 19 |
|
| 20 |
-
#
|
| 21 |
huggingface-hub==0.36.0
|
|
|
|
|
|
| 1 |
+
# Web UI
|
| 2 |
gradio==5.49.1
|
| 3 |
|
| 4 |
+
# CPU-only PyTorch
|
| 5 |
torch==2.1.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
|
| 6 |
|
| 7 |
+
# Diffusers for AI image/video pipelines
|
| 8 |
diffusers==0.23.0
|
|
|
|
|
|
|
| 9 |
transformers==4.34.0
|
| 10 |
+
safetensors==0.3.1
|
| 11 |
|
| 12 |
+
# Image/video processing
|
| 13 |
opencv-python-headless==4.8.1.78
|
|
|
|
|
|
|
| 14 |
Pillow==10.1.0
|
| 15 |
numpy==1.26.0
|
| 16 |
|
| 17 |
+
# Hugging Face hub
|
| 18 |
huggingface-hub==0.36.0
|
| 19 |
+
|