Spaces:
Runtime error
Runtime error
fix(requirements): :white_check_mark: Add pytorch to requirements
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
opencv-python==4.9.0.80
|
2 |
diffusers==0.31.0
|
3 |
transformers==4.46.3
|
|
|
1 |
+
torch==2.4.0
|
2 |
+
torchvision==0.19.0
|
3 |
+
torchaudio==2.4.0
|
4 |
opencv-python==4.9.0.80
|
5 |
diffusers==0.31.0
|
6 |
transformers==4.46.3
|