owinymarvin commited on
Commit
f51aa9e
·
1 Parent(s): 3470bcb

latest changes

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -8
requirements.txt CHANGED
@@ -1,10 +1,8 @@
1
  torch
2
- torchvision
3
- opencv-python-headless # Use headless for server environments to avoid GUI dependencies
4
- gradio
5
- huggingface_hub
6
- Pillow
7
- numpy
8
- av
9
  fvcore
10
- pytorchvideo==0.1.5
 
 
 
 
1
  torch
2
+ torchvision==0.13.1 # <--- CHANGE THIS LINE
3
+ pytorchvideo==0.1.5
 
 
 
 
 
4
  fvcore
5
+ decord
6
+ av
7
+ gradio
8
+ numpy