Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
|
| 3 |
-
torch==2.
|
| 4 |
-
torchvision==0.
|
| 5 |
-
torchaudio==2.
|
| 6 |
|
| 7 |
gradio==4.44.1
|
| 8 |
-
huggingface_hub
|
| 9 |
|
| 10 |
diffusers
|
| 11 |
transformers
|
|
@@ -20,5 +20,7 @@ imageio
|
|
| 20 |
imageio-ffmpeg
|
| 21 |
av
|
| 22 |
kornia
|
| 23 |
-
|
| 24 |
-
|
|
|
|
|
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
|
| 3 |
+
torch==2.5.1+cu121
|
| 4 |
+
torchvision==0.20.1+cu121
|
| 5 |
+
torchaudio==2.5.1+cu121
|
| 6 |
|
| 7 |
gradio==4.44.1
|
| 8 |
+
huggingface_hub>=0.35.1
|
| 9 |
|
| 10 |
diffusers
|
| 11 |
transformers
|
|
|
|
| 20 |
imageio-ffmpeg
|
| 21 |
av
|
| 22 |
kornia
|
| 23 |
+
|
| 24 |
+
# keep these out for now on py3.13 (often breaks):
|
| 25 |
+
# insightface
|
| 26 |
+
# onnxruntime-gpu
|