nam_nguyenhoai_AI
commited on
Commit
•
fa3634c
1
Parent(s):
0d6a51b
fix bug
Browse files- requirements.txt +8 -2
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
gradio_imageslider
|
2 |
-
gradio==4.29.0
|
3 |
torch
|
4 |
pillow
|
5 |
torchvision
|
@@ -7,4 +6,11 @@ opencv-python
|
|
7 |
huggingface_hub
|
8 |
pytorchvideo==0.1.5
|
9 |
spaces
|
10 |
-
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio_imageslider
|
|
|
2 |
torch
|
3 |
pillow
|
4 |
torchvision
|
|
|
6 |
huggingface_hub
|
7 |
pytorchvideo==0.1.5
|
8 |
spaces
|
9 |
+
transformers
|
10 |
+
torch==2.1.0
|
11 |
+
torchvision==0.16.0
|
12 |
+
faiss-cpu==1.7.4
|
13 |
+
matplotlib==3.7.4
|
14 |
+
moviepy==1.0.3
|
15 |
+
pandas
|
16 |
+
pyvi==0.1.1
|