Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -20,7 +20,8 @@ ffmpeg
|
|
20 |
huggingface_hub
|
21 |
gradio
|
22 |
torch
|
23 |
-
torchvision
|
|
|
24 |
git+https://github.com/Dao-AILab/[email protected]
|
25 |
ninja
|
26 |
|
|
|
20 |
huggingface_hub
|
21 |
gradio
|
22 |
torch
|
23 |
+
torchvision==0.19.0
|
24 |
+
pytorch==2.4.0
|
25 |
git+https://github.com/Dao-AILab/[email protected]
|
26 |
ninja
|
27 |
|